File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change
1
+ 4.0.0.alpha1 (unreleased)
2
+ =========================
3
+
4
+ Ruby:
5
+ * Removed Mouse and Keyboard as their implementations are not compliant to WebDriver specification
6
+ * Removed TouchActionBuilder as its implementation is not compliant to WebDriver specification
7
+ * Change ActionBuilder to be fully compliant to WebDriver specification
8
+ * Change Manager to be fully compliant to WebDriver specification
9
+ * Removed all deprecated errors that are not compliant to WebDriver specification
10
+ * Update minimum required Ruby version to 2.4
11
+ * Changed capabilities to use only those that are compliant to WebDriver specification
12
+ * Removed deprecated timeout setter on default HTTP client
13
+ * Removed deprecated Remote::W3C::Capabilities
14
+
15
+ Chrome:
16
+ * Removed support for OSS mode - use W3C mode instead by using
17
+ Selenium::WebDriver::Chrome::Options.new(options: {w3c: true})
18
+
19
+ PhantomJS:
20
+ * Removed support for PhantomJS driver
21
+
22
+ Firefox:
23
+ * Removed support for legacy Firefox driver - use GeckoDriver instead
24
+ * Removed deprecated outdated capabilities
25
+
1
26
3.141.5926 (2019-04-18)
2
27
=======================
3
28
Original file line number Diff line number Diff line change 19
19
20
20
module Selenium
21
21
module WebDriver
22
- VERSION = '3.141.5926 '
22
+ VERSION = '4.0.0.alpha1 '
23
23
end # WebDriver
24
24
end # Selenium
You can’t perform that action at this time.
0 commit comments