Skip to content

Commit cb45dc1

Browse files
committed
Release Ruby bindings 3.141.0
1 parent 6439c29 commit cb45dc1

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

rb/CHANGES

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
3.141.0 (2018-10-31)
2+
====================
3+
4+
Edge:
5+
* Added new Edge::Options class that should be used to customize browser
6+
behavior. The instance of options class can be passed to driver
7+
initialization using :options key. Please, note that using options require
8+
insiders builds of Edge.
9+
10+
Chrome:
11+
* Included HasLocation to Chrome driver (thanks @sidonath).
12+
* Updated endpoint to send Chrome Debugging Protocol commands. The old one
13+
has been deprecated in ChromeDriver 40.
14+
15+
Safari:
16+
* Added new Safari::Options class that should be used to customize browser
17+
behavior. The instance of options class can be passed to driver
18+
initialization using :options key. Please, note that using options require
19+
Safari 12+.
20+
21+
Remote:
22+
* Allow passing Options instances to remote driver initialization using
23+
:options key. This feature allows to use browser-specific options classes
24+
(Chrome::Options, Firefox::Options, etc.) and pass them to Server/Grid
25+
instead of capabilities.
26+
127
3.14.1 (2018-10-03)
228
===================
329

rb/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
selenium-webdriver (3.14.1)
4+
selenium-webdriver (3.141.0)
55
childprocess (~> 0.5)
66
rubyzip (~> 1.2, >= 1.2.2)
77

0 commit comments

Comments
 (0)