We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3743d15 commit cab2ea2Copy full SHA for cab2ea2
rb/CHANGES
@@ -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
17
4.0.0.beta3 (2021-04-13)
18
=========================
19
rb/lib/selenium/webdriver/version.rb
@@ -19,6 +19,6 @@
20
module Selenium
21
module WebDriver
22
- VERSION = '4.0.0.beta3'
+ VERSION = '4.0.0.beta4'
23
end # WebDriver
24
end # Selenium
0 commit comments