We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a22a8b commit 11502c8Copy full SHA for 11502c8
3 files changed
rb/CHANGES
@@ -1,9 +1,13 @@
1
+4.8.6 (2023-03-29)
2
+=========================
3
+Ruby:
4
+ * Properly escape arguments passed to Selenium Manager
5
+
6
4.8.5 (2023-03-28)
7
=========================
8
Ruby:
9
* Wrapping browser name in quotes when calling Selenium Manager
10
-
11
4.8.4 (2023-03-28)
12
13
rb/Gemfile.lock
@@ -3,7 +3,7 @@ PATH
specs:
selenium-devtools (0.111.0)
selenium-webdriver (~> 4.2)
- selenium-webdriver (4.8.5)
+ selenium-webdriver (4.8.6)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
rb/lib/selenium/webdriver/version.rb
@@ -19,6 +19,6 @@
19
20
module Selenium
21
module WebDriver
22
- VERSION = '4.8.5'
+ VERSION = '4.8.6'
23
end # WebDriver
24
end # Selenium
0 commit comments