File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 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+
1194.2.1 (2022-05-31)
220=========================
321
Original file line number Diff line number Diff line change 1919
2020module Selenium
2121 module WebDriver
22- VERSION = '4.2.1 '
22+ VERSION = '4.3.0 '
2323 end # WebDriver
2424end # Selenium
You can’t perform that action at this time.
0 commit comments