Skip to content

Commit

Permalink
Update Python changelog for 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lmtierney committed Nov 28, 2017
1 parent 77c2331 commit 021e661
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions py/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Selenium 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

Selenium 3.7.0

* need to pass applicable environment variables to tox
Expand Down

0 comments on commit 021e661

Please sign in to comment.