Skip to content

Commit 564d300

Browse files
committed
[rb] update changelog and bump version to 4.3.0
1 parent 7447b05 commit 564d300

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

rb/CHANGES

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
4.3.0 (2022-06-23)
2+
=========================
3+
4+
BiDi:
5+
* Released selenium-devtools 0.103.0 (supports CDP v85, v101, v102, v103)
6+
7+
Ruby:
8+
* Allow specifying which button is clicked in pointer action class methods
9+
* Remove deprecated `Persistent` http class
10+
* Remove deprecated HasRemoteStatus module
11+
* Remove deprecated `Manager#new_window` and `Manager#logs`
12+
* `ActionBuilder#move_to` no longer attempts to move to top left corner of element
13+
* Remove deprecated support for sending Service parameters directly to Driver constructor
14+
* Remove deprecated setters and getters for driver path on Browser modules
15+
* Remove deprecated support for passing in options argument to Options class
16+
* Allow `:options` parameter to take `Options` instance argument like other languages
17+
* Remove deprecated support for `:desired_capabilities` & `:options` with `Hash` argument
18+
119
4.2.1 (2022-05-31)
220
=========================
321

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 = '4.2.1'
22+
VERSION = '4.3.0'
2323
end # WebDriver
2424
end # Selenium

0 commit comments

Comments
 (0)