Explorar el Código

Fix chromedriver binary argument

Daniel Gempesaw hace 10 años
padre
commit
fb6885eccb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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$/) {