File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change
1
+ Selenium 3.8.0
2
+
3
+ * Firefox options can now be imported from selenium.webdriver as FirefoxOptions (#5120)
4
+ * Headless mode can now be set in Chrome Options using `set_headless`
5
+ * Headless mode can now be set in Firefox Options using `set_headless`
6
+ * Add the WebKitGTK WebDriver and options class (#4635)
7
+ * Browser options can now be passed to remote WebDriver via the `options` parameter
8
+ * Browser option parameters are now standardized across drivers as `options`. `firefox_options`,
9
+ `chrome_options`, and `ie_options` are now deprecated
10
+ * Added missing W3C Error Codes (#4556)
11
+ * Support has been removed for Python versions 2.6 and 3.3
12
+
1
13
Selenium 3.7.0
2
14
3
15
* need to pass applicable environment variables to tox
You can’t perform that action at this time.
0 commit comments