Skip to content

Commit

Permalink
[py] Update changelog for 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lmtierney committed May 11, 2018
1 parent cc81077 commit e38bc95
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions py/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Selenium 3.12.0

* Add desired_capabilities keyword to IE and Firefox drivers for driver consitency
* Fix bug with creating Safari webdriver instance (#5578)
* Add support for Safari extension command
* Deprecate Options `set_headless` methods in favor of property setter
* Only set --disable-gpu for Chrome headless when on Windows
* Add selenium User-Agent header (#5696)
* Remote webdriver can now be started when passing options
* All Options.to_capabilities now start with default DesiredCapabilities
* Improve the error message that is raised when safaridriver cannot be found (#5739)
* IeOptions class is now imported to selenium.webdriver
* Remove the beta `authenticate` methods from `Alert`

Selenium 3.11.0

No changes just keeping python version in step with the rest of the project.
Expand Down

0 comments on commit e38bc95

Please sign in to comment.