File tree 1 file changed +15
-4
lines changed
1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change
1
+ Selenium 3.6.0
2
+
3
+ * Fix package name in python webelement module (#4670)
4
+ * Fix python driver examples (#3872)
5
+ * No need to multiply pause by 1000
6
+ * Add pause to action chains
7
+ * only check for proxyType once
8
+ * lowercase proxy type for w3c payload in python #4574
9
+ * guarding against null return value from find_elements in python #4555
10
+ * remove unnecessary pytest marking, address flake8 issues
11
+ * allow IE WebDriver to accept IE Options
12
+ * add IE Options class
13
+ * convert OSS capabilities to W3C equivalent for W3C payload
14
+ * Add Safari to API docs
15
+
1
16
Selenium 3.5.0
2
17
3
18
* Numerous test fixes
@@ -553,7 +568,3 @@ Selenium 2 Beta 2
553
568
* Improved IEDriver
554
569
* Basic Authentication support for Selenium 2
555
570
* Ability to have multiple Firefox instances
556
- commit 470eacc265d8d1e2aa2153a32131e80029989723
557
- Author: Alexei Barantsev <
[email protected] >
558
- Date: Thu Aug 10 12:26:45 2017 +0300
559
-
You can’t perform that action at this time.
0 commit comments