File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ 4.8.6 (2023-03-29)
2
+ =========================
3
+ Ruby:
4
+ * Properly escape arguments passed to Selenium Manager
5
+
1
6
4.8.5 (2023-03-28)
2
7
=========================
3
8
Ruby:
4
9
* Wrapping browser name in quotes when calling Selenium Manager
5
10
6
-
7
11
4.8.4 (2023-03-28)
8
12
=========================
9
13
Ruby:
Original file line number Diff line number Diff line change 3
3
specs:
4
4
selenium-devtools (0.111.0 )
5
5
selenium-webdriver (~> 4.2 )
6
- selenium-webdriver (4.8.5 )
6
+ selenium-webdriver (4.8.6 )
7
7
rexml (~> 3.2 , >= 3.2.5 )
8
8
rubyzip (>= 1.2.2 , < 3.0 )
9
9
websocket (~> 1.0 )
Original file line number Diff line number Diff line change 19
19
20
20
module Selenium
21
21
module WebDriver
22
- VERSION = '4.8.5 '
22
+ VERSION = '4.8.6 '
23
23
end # WebDriver
24
24
end # Selenium
You can’t perform that action at this time.
0 commit comments