Changelog for
python3-selenium-2.53.6-3.3.x86_64.rpm :
Wed Jun 29 14:00:00 2016 arunAATTgmx.de
- update to version 2.53.6:
* Updated the maxVersion of FirefoxDriver xpi maxVersion to work
with Firefox 47.0.1
Thu Jun 23 14:00:00 2016 arunAATTgmx.de
- update to version 2.53.5:
* Handle capabilities better with Marionette and GeckoDriver
- changes from version 2.53.4:
* Pass the firefox_profile as a desired capability in the Python
client when using a remote server
* Avoid checking exception details for invalid locators due to
differences in server implementations
- changes from version 2.53.3:
* Use the correct binary path when using Marionette
* Fixed: Unhelpful error message when PhantomJS exits. (#2173 #2168)
* Fix broken link to python documentation (#2159)
* Attempt to remove Firefox profile when using Marionette
* Ensure all capabilities are either within desiredCapabilities or
requiredCapabilities
* Correct the expected capability name for the Firefox profile
* Add Firefox options to capabilities
* Visibility_of_all implies it only returns elements if all visible
(#2052)
* Find visible elements (#2041)
Sun May 8 14:00:00 2016 arunAATTgmx.de
- specfile:
* updated source url to files.pythonhosted.org
* remove if case for suse version <= 1110
Fri Apr 22 14:00:00 2016 arunAATTgmx.de
- update to version 2.53.2:
* Fix send keys when using PUA keys e.g. Keys.RIGHT #1839
* Fix cookie file leak in PhantomJS #1854
Sat Mar 19 13:00:00 2016 arunAATTgmx.de
- update to version 2.53.1:
* Fix basestring reference to work with python 3. Fixes #1820
* Correct Length conditional when filtering in PhantomJS. Fixes
[#1817]
- changes from version 2.53.0:
* Adding Options object for use with Python FirefoxDriver
* Fixed improper usage of super in exceptions module
* create a temp file for cookies in phantomjs if not specified
* Pass in the executable that FirefoxBinary finds to the service if
there isnt one passed in as a kwarg or capability
* Applied some DRY and extracted out the keys_to_typing()
* Fix deselecting options in