diff options
| author | Hans de Graaff <graaff@gentoo.org> | 2023-10-06 08:45:11 +0200 |
|---|---|---|
| committer | Hans de Graaff <graaff@gentoo.org> | 2023-10-06 08:45:25 +0200 |
| commit | 9b6cf2ae26e465ad528eb7b1da8eb6084b5f886d (patch) | |
| tree | 981a5bbbbb927a04c68b60b0d94646da38c339dc /dev-ruby/selenium-webdriver/files | |
| parent | 46d2cecfc8c66cf797e00ab77d5569419c7b3762 (diff) | |
| download | gentoo-9b6cf2ae26e465ad528eb7b1da8eb6084b5f886d.tar.gz gentoo-9b6cf2ae26e465ad528eb7b1da8eb6084b5f886d.tar.bz2 gentoo-9b6cf2ae26e465ad528eb7b1da8eb6084b5f886d.zip | |
dev-ruby/selenium-webdriver: add 4.13.1
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/selenium-webdriver/files')
| -rw-r--r-- | dev-ruby/selenium-webdriver/files/selenium-webdriver-4.13.1-selenium-manager.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ruby/selenium-webdriver/files/selenium-webdriver-4.13.1-selenium-manager.patch b/dev-ruby/selenium-webdriver/files/selenium-webdriver-4.13.1-selenium-manager.patch new file mode 100644 index 000000000000..b9d1635067f2 --- /dev/null +++ b/dev-ruby/selenium-webdriver/files/selenium-webdriver-4.13.1-selenium-manager.patch @@ -0,0 +1,20 @@ +--- a/lib/selenium/webdriver/common/selenium_manager.rb 2023-10-06 08:41:15.713237699 +0200 ++++ b/lib/selenium/webdriver/common/selenium_manager.rb 2023-10-06 08:42:45.809927730 +0200 +@@ -31,7 +31,7 @@ + attr_writer :bin_path + + def bin_path +- @bin_path ||= '../../../../../bin' ++ @bin_path ||= '/usr/bin' + end + + # @param [Options] options browser options. +@@ -82,7 +82,7 @@ + elsif Platform.mac? + "#{directory}/macos/selenium-manager" + elsif Platform.linux? +- "#{directory}/linux/selenium-manager" ++ "#{directory}/selenium-manager" + end + end) + |
