Skip to content

Commit 0444f7a

Browse files
committed
Bump Ruby bindings version to 4.0.0.alpha1
1 parent 40f8b7c commit 0444f7a

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

rb/CHANGES

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
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+
126
3.141.5926 (2019-04-18)
227
=======================
328

rb/lib/selenium/webdriver/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
module Selenium
2121
module WebDriver
22-
VERSION = '3.141.5926'
22+
VERSION = '4.0.0.alpha1'
2323
end # WebDriver
2424
end # Selenium

0 commit comments

Comments
 (0)