File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1- Selenium 3.2.0
2- * No major changes to Python bindings
3-
4- Selenium 3.1.0
1+ Selenium 3.3.0
52* Fix python HTTPS encoding for python driver (#3379)
63* Allow Firefox preferences to be set directly in Options
74* Fix shutdown and process termination (#3263)
85* Preventing exception if log_path is none or empty. Fixes #3128
6+ * Add the W3C capability to Firefox for accepting insecure certificates
7+ * Initial implementation of Pointer Actions
8+ * Only skip tests if driver name matches a directory name.
9+ * Update calls that return a pure object with keys to look for 'value' key
10+ * Initial W3C Actions support
11+ * fix docs output directory
912
1013Selenium 3.0.2
1114* Add support for W3C Get Active Element
Original file line number Diff line number Diff line change 11prune *
22recursive-include selenium/webdriver *.py
33recursive-include selenium/webdriver/common *.py
4+ recursive-include selenium/webdriver/common/actions *.py
45recursive-include selenium/webdriver/common/html5 *.py
56recursive-include selenium/common *.py
67recursive-include selenium/webdriver/chrome *.py
You can’t perform that action at this time.
0 commit comments