SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python-selenium-3.6.0-7.2.x86_64.rpm :
Sun Oct 8 14:00:00 2017 jengelhAATTinai.de
- Remove future plans from description.

Sun Oct 1 14:00:00 2017 mimi.vxAATTgmail.com
- Update to 3.6.0

* Fix package name in python webelement module (#4670)

* Fix python driver examples (#3872)

* No need to multiply pause by 1000

* Add pause to action chains

* only check for proxyType once

* lowercase proxy type for w3c payload in python #4574

* guarding against null return value from find_elements in python #4555

* remove unnecessary pytest marking, address flake8 issues

* allow IE WebDriver to accept IE Options

* add IE Options class

* convert OSS capabilities to W3C equivalent for W3C payload

* Add Safari to API docs

* Numerous test fixes

* Iterate over capabilities in a way to support py2.7 and py3

* Fix W3C switching to window by name.

* Support GeckoDriver addon install/uninstall commands #4215.

* Move firefox_profile into moz:firefoxOptions.

* Filter non-W3C capability names out of alwaysMatch.

* Honor cmd line args passed to Service ctor (#4167)

* Add expected conditions based on URL to Python Expected Conditions #4160

* Add network emulation to Chrome Python bindings (#4011)

* add warning when saving incorrectly named screenshot (#4141)

Wed May 3 14:00:00 2017 toddrme2178AATTgmail.com
- Update to version 3.4.1

* Add back the ability to set profile when using Firefox 45ESR. Fixes #3897
- Update to version Selenium 3.4.0

* Correct usage of newSession around `firstMatch` and `alwaysMatch`

* Remove superfluous capabilities that are not needed

* Add expected condition that waits for all found elements to be visible (#3532)

* Allow methods wrapped by EventFiringWebDriver and EventFiringWebElement (#806)

* Dropping `javascriptEnabled` capability for real browsers

* Use W3C check from parent object instead of assuming from capabilities

* Bump example source distribution to match latest release.

* Replace TypeError with KeyError in remote webdriver error handler code (#3826)

* When testing Marionette use default capabilities in testing

* Conform to the api of urllib2 for adding header for a request (#3803)

* Add `text` key to alert#sendKeys parameters for W3C Endpoint

* Location once scrolled into view should use W3C executeScript endpoint not JSONWP

* Fixed the usage information in documentation of \"save_screenshot\". (#3804)

* Add Element Not Interactable exception

* Clean up imports in error handler

* flake8 cleanup
- Update to version Selenium 3.3.3

* make w3c execute_script commands unique
- Update to version Selenium 3.3.2

* Update window commands to use W3C End points

* Update Alert when in W3C mode to use W3C Endpoints

* Update to new W3C Execute Script end points

* Add setting/getting proxy details to Firefox Options

* Deprecate the use of browser profile when instantiating a session

* Update start session to handle the W3C New Session

* Add get/set window rect commands

* Add InvalidArgumentException

* When passing in `text` to send_keys, make sure we send a string not array

* Fix string decoding in remote connection (#3663)

* Fix indentation to satisfy PEP8

* Try use old way of setting page load timeout if new way fails. Fixes #3654

* fix file uploads for Firefox

* Run unit tests on Python 3.3, 3.4, and 3.5 (#3638)

* Fix indentation in double_click.

* Fix non-W3C page load timeout setting.
- Update to version Selenium 3.3.1

* Fix encoding of basic auth header when using Python 3 Fixes #3622

* Add initial unit test suite

* Update W3C Timeout setting to be in line with the specification

* support.ui.Select class inherits from object (#3067)

* fix bug in proxy constructor that some properties are not proper set (#3459)

* Fix flake8 issues (#3628)
- Update to version Selenium 3.3.0

*
* Note
*
* If you are updating to this version, please also update GeckoDriver to v0.15.0

* Fix python HTTPS encoding for python driver (#3379)

* Allow Firefox preferences to be set directly in Options

* Fix shutdown and process termination (#3263)

* Preventing exception if log_path is none or empty. Fixes #3128

* Add the W3C capability to Firefox for accepting insecure certificates

* Initial implementation of Pointer Actions

* Only skip tests if driver name matches a directory name.

* Update calls that return a pure object with keys to look for \'value\' key

* Initial W3C Actions support

* fix docs output directory
- Implement single-spec version.

Mon Mar 6 13:00:00 2017 borisAATTsteki.net
- updated to latest official release 3.0.2

Tue Sep 20 14:00:00 2016 aplanasAATTsuse.com
- Workaround for finding binary firefox driver in X86_64 patform

Mon Sep 12 14:00:00 2016 aplanasAATTsuse.com
- Update to Selenium 2.53.0 (2.53.6 in Pypi)

* 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
 
ICM