Skip to content

Commit 960ed53

Browse files
committed
Update changelog for Ruby bindings 4.0.0.beta3
1 parent 32d07d8 commit 960ed53

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

rb/CHANGES

+31
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
4.0.0.beta3 (Unreleased)
2+
=========================
3+
4+
Chrome:
5+
* Fixed a regression with prefs hash keys being converted to camelCase.
6+
* Fixed an issue when passing Profile object to Options would fail.
7+
8+
DevTools:
9+
* Released selenium-devtools 0.91.0 which:
10+
- adds CDP versions 90 and 91
11+
- removes CDP versions 86 and 87
12+
13+
Remote:
14+
* Added support for setting alwaysMatch/firstMatch capabilities per W3C
15+
WebDriver specification. It's done using the following methods where
16+
`caps` is either a Ruby hash with desired capabilities or an instance
17+
of Remote::Capabilities:
18+
* Selenium::WebDriver::Remote::Capabilities.always_match(caps)
19+
* Selenium::WebDriver::Remote::Capabilities.first_match(caps)
20+
* Added support for Driver#save_print_page.
21+
* Fixed an issue with Driver#print_page.
22+
* Added support for setting timeouts capabilities in Remote::Capabilities
23+
per W3C WebDriver specification.
24+
* Added support for Element#aria_role which returns WAI-ARIA role of the element.
25+
* Added support for Element#accessible name which returns WAI-ARIA label of the element.
26+
* Added support for using DevTools version provided by Grid instead of
27+
calculating it manually
28+
29+
Ruby:
30+
* Remove JRuby-specific socket poller. Note that this requires JRuby 9.2.8.0+.
31+
132
4.0.0.beta2 (2021-03-16)
233
=========================
334

0 commit comments

Comments
 (0)