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+ 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+
1273.14.1 (2018-10-03)
228===================
329
Original file line number Diff line number Diff line change 11PATH
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
You can’t perform that action at this time.
0 commit comments