Skip to content

Commit cab2ea2

Browse files
committed
[rb] bump version to 4.0.0.beta4
1 parent 3743d15 commit cab2ea2

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

rb/CHANGES

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
4.0.0.beta4 (2021-06-07)
2+
=========================
3+
4+
Chrome:
5+
* Fixed bug with camel casing of localState object
6+
7+
Firefox:
8+
* Added support for Full Page Screenshots
9+
10+
Remote:
11+
* Added support for #execute_cdp on Chrome and Edge
12+
13+
Ruby:
14+
* Changed capabilities to use alwaysMatch instead of firstMatch by default
15+
* Fixed bug preventing Options classes from handling Proxy instances
16+
117
4.0.0.beta3 (2021-04-13)
218
=========================
319

rb/lib/selenium/webdriver/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

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

0 commit comments

Comments
 (0)