File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ 4.0.0.rc1 (2021-09-01)
2
+ =========================
3
+
4
+ DevTools:
5
+ * Released selenium-devtools 0.92.0 (2021-08-21) which:
6
+ - adds CDP versions 92
7
+ - removes CDP versions 88, 89, 90
8
+
9
+ IE:
10
+ * Added options for running Microsoft Edge in IE mode with IE Driver
11
+
12
+ Remote:
13
+ * Added default file detector for remote driver
14
+
15
+ Ruby:
16
+ * Fixed bug for getting valid capability that has not been set
17
+ * Fixed bug preventing loading of ServerError class
18
+
1
19
4.0.0.beta4 (2021-06-07)
2
20
=========================
3
21
Original file line number Diff line number Diff line change 19
19
20
20
module Selenium
21
21
module WebDriver
22
- VERSION = '4.0.0.beta4 '
22
+ VERSION = '4.0.0.rc1 '
23
23
end # WebDriver
24
24
end # Selenium
You can’t perform that action at this time.
0 commit comments