diff --git a/.gitignore b/.gitignore index 56284b44b..6f7b23439 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ test/results *.pyc *.orig MANIFEST -doc/*.html *.egg-info *.egg chromedriver.log diff --git a/CHANGES.rst b/CHANGES.rst index 3df9ee3dc..c3bf7ad3c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,18 @@ Release Notes ============= -1.7.3 (unreleased) +1.7.3 ------------------- - Added 'Get WebElement' [zephraph][emanlove] +- Added named keys to 'Press Key' [helioguilherme66] + +- Fix an import error that caused a dependence on RF >= 2.8.5 + [zephraph] + +- Fixed an issue that caused screenshots to be improperly linked in the logs + [zephraph] + 1.7.2 ---------------- - Added an argument called screenshot_root_directory that can be passed into S2L's diff --git a/doc/Selenium2Library.html b/doc/Selenium2Library.html new file mode 100644 index 000000000..8a65a34da --- /dev/null +++ b/doc/Selenium2Library.html @@ -0,0 +1,832 @@ + + + + + + + + + + + + + + + + + + + + + + +
+

Opening library documentation failed

+ +
+ + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Selenium2Library/version.py b/src/Selenium2Library/version.py index 7b59fb64f..1d7f168ba 100644 --- a/src/Selenium2Library/version.py +++ b/src/Selenium2Library/version.py @@ -1 +1 @@ -VERSION = '1.7.2' +VERSION = '1.7.3'