File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change
1
+ 4.0.0.rc2 (Unreleased)
2
+ =========================
3
+
4
+ DevTools:
5
+ * Released selenium-devtools 0.93.0 (2021-09-01)
6
+ - adds CDP version 93
7
+ - removes CDP version 91
8
+ * Released selenium-devtools 0.94.0 (2021-09-22)
9
+ - adds CDP version 94
10
+ - removes CDP version 92
11
+ * Added support for mutating responses in network interception
12
+
13
+ Ruby:
14
+ * Implemented Options#add_option to work for vendor extension capabilities
15
+ * Fixed bug for requiring uri (#9825 thanks @flanger001)
16
+ * Moved New Window functionality to TargetLocator#new_window to be used with Driver#switch_to
17
+ * Deprecated using Manager#new_window
18
+ * Changed order of logging output (#9850)
19
+
20
+ Chromium:
21
+ * Implemented casting functionality
22
+ * Implemented ability to launch chromium app
23
+ * Implemented support for specifying permissions
24
+
25
+ Firefox:
26
+ * Implemented context functionality
27
+
28
+ Remote:
29
+ * Added support for file detector to install Firefox addons from client machine
30
+
1
31
4.0.0.rc1 (2021-09-01)
2
32
=========================
3
33
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.rc1 '
22
+ VERSION = '4.0.0.rc2 '
23
23
end # WebDriver
24
24
end # Selenium
You can’t perform that action at this time.
0 commit comments