Skip to content

Commit 347c30a

Browse files
committed
[rb] bump versions
1 parent 75defbc commit 347c30a

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

rb/CHANGES

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
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+
125
4.0.0.beta1 (2021-02-15)
226
=========================
327

rb/lib/selenium/devtools/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 DevTools
22-
VERSION = '0.0.1.alpha'
22+
VERSION = '0.89.0'
2323
end # DevTools
2424
end # Selenium

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.0.0.beta1'
22+
VERSION = '4.0.0.beta2'
2323
end # WebDriver
2424
end # Selenium

0 commit comments

Comments
 (0)