* Fri Aug 03 2018 tchvatalAATTsuse.com- Run the tests, taken from upstream git and issue filled upstream * Fri Aug 03 2018 idonmezAATTsuse.com- Update to version 3.14.0 * [py] Fix doc of URL-related ExpectedCondition (#6236) * Sun Jul 01 2018 arunAATTgmx.de- specfile: * be more specific for %{python_sitelib}/ * in %files * Sun Jul 01 2018 arunAATTgmx.de- update to version 3.13.0: * Add executing Chrome devtools command (#5989) * fix incorrect w3c action encoding in python client (#6014) * Implement context manager for WebDriver * Stop sending \"windowHandle\" param in maximize_window command for w3c * Thu May 10 2018 arunAATTgmx.de- update to version 3.12.0: * no changelog available * Sat Mar 24 2018 arunAATTgmx.de- update to version 3.11.0: * No changes just keeping python version in step with the rest of the project. * Mon Mar 05 2018 arunAATTgmx.de- update to version 3.10.0: * make tests to check clicking on disabled element work for w3c compliant drivers (#5561) * add docstring for InvalidElementStateException. Fixes #5520 * Deleting unused imports * Making python specification in IDEA project more generic * It should be possible to use a custom safaridriver executable to run Selenium\'s test suite. * Tue Feb 06 2018 arunAATTgmx.de- update to version 3.9.0: * Add docstrings to WebElement find methods (#5384) * Additional data in unexpected alert error is now handled for w3c drivers (#5416) * Allow service_args to be passed into Firefox WebDriver (#5421) * Fix bug introduced with response logging in 3.8.1 (#5362) * Thu Jan 18 2018 arunAATTgmx.de- specfile: * update copyright year- update to version 3.8.1: * Fix bug when creating an Opera driver (#5266) * Stop sending sessionId in w3c payload. (#4620) * Fix issue with w3c actions releasing on element (#5180) * A more descriptive log message is displayed if the port cannot be connected (#2913) * Initialize Alert object by calling alert.text (#1863) * PhantomJS is now deprecated, please use either Chrome or Firefox in headless mode * Legacy Firefox driver: ensuring copy of profile dir, its \'extensions\' subdir and \'user.js\' file are writable. (#1466)- changes from version 3.8.0: * Firefox options can now be imported from selenium.webdriver as FirefoxOptions (#5120) * Headless mode can now be set in Chrome Options using `set_headless` * Headless mode can now be set in Firefox Options using `set_headless` * Add the WebKitGTK WebDriver and options class (#4635) * Browser options can now be passed to remote WebDriver via the `options` parameter * Browser option parameters are now standardized across drivers as `options`. `firefox_options`, `chrome_options`, and `ie_options` are now deprecated * Added missing W3C Error Codes (#4556) * Support has been removed for Python versions 2.6 and 3.3- changes from version 3.7.0: * need to pass applicable environment variables to tox * Fix active_element for w3c drivers (#3979) * add support for minimize command * add support for fullscreen command * window rect commands should fail on firefox and remote (legacy) * Fix python backward compatibility for window commands (#4937) * Update docstrings to specify the type of path needed to install firefox addons. (#4881) * Update python chromeOptions key for capabilities (#4622) * Fix python pause action implementation (#4795) * Sun Oct 08 2017 jengelhAATTinai.de- Remove future plans from description. * Sun Oct 01 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 03 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 06 2017 borisAATTsteki.net- updated to latest official release 3.0.2 * Tue Sep 20 2016 aplanasAATTsuse.com- Workaround for finding binary firefox driver in X86_64 patform * Mon Sep 12 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