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
5
2
* Fix python HTTPS encoding for python driver (#3379)
6
3
* Allow Firefox preferences to be set directly in Options
7
4
* Fix shutdown and process termination (#3263)
8
5
* 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
9
12
10
13
Selenium 3.0.2
11
14
* Add support for W3C Get Active Element
Original file line number Diff line number Diff line change 1
1
prune *
2
2
recursive-include selenium/webdriver *.py
3
3
recursive-include selenium/webdriver/common *.py
4
+ recursive-include selenium/webdriver/common/actions *.py
4
5
recursive-include selenium/webdriver/common/html5 *.py
5
6
recursive-include selenium/common *.py
6
7
recursive-include selenium/webdriver/chrome *.py
You can’t perform that action at this time.
0 commit comments