File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 4.0.0.beta2 (2021-03-16)
2+ =========================
3+
4+ DevTools:
5+ * Separated out DevTools methods into selenium-devtools gem to better manage versioning
6+ * Updated supported versions to 85-89
7+ * Add support for intercepting browser requests
8+
9+ Firefox:
10+ * Add support for using DevTools commands with Firefox Nightly
11+
12+ Remote:
13+ * Provide access to browser specific driver extensions as appropriate for designated browser
14+ * Add support for using DevTools commands via Grid
15+
16+ Ruby:
17+ * Spec Guard implementation moved into lib directory for other projects to use
18+ * Implemented `Element#dom_attribute` to obtain attribute value as defined by w3c specification
19+ * Implemented `Options#eq?`
20+ * Allow Options subclass instances to be created from class methods in superclass
21+
22+ Safari:
23+ * Fix bug that prevented usage of Safari Technology Preview
24+
1254.0.0.beta1 (2021-02-15)
226=========================
327
Original file line number Diff line number Diff line change 1919
2020module Selenium
2121 module DevTools
22- VERSION = '0.0.1.alpha '
22+ VERSION = '0.89.0 '
2323 end # DevTools
2424end # Selenium
Original file line number Diff line number Diff line change 1919
2020module Selenium
2121 module WebDriver
22- VERSION = '4.0.0.beta1 '
22+ VERSION = '4.0.0.beta2 '
2323 end # WebDriver
2424end # Selenium
You can’t perform that action at this time.
0 commit comments