Ver Fonte

Fix chromedriver binary argument

Daniel Gempesaw há 10 anos atrás
pai
commit
fb6885eccb
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      lib/Selenium/BinaryModeBuilder.pm

+ 1 - 1
lib/Selenium/BinaryModeBuilder.pm

@@ -90,7 +90,7 @@ sub _construct_command {
     if ($executable =~ /chromedriver$/) {
         %args = (
             port => $port,
-            'base-url' => 'wd/hub'
+            'url-base' => 'wd/hub'
         );
     }
     elsif ($executable =~ /phantomjs$/) {