Explorar el Código

use proper marionette port in Selenium::Firefox

George S. Baugh hace 6 años
padre
commit
c7d35d66be
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/Selenium/Firefox.pm

+ 1 - 1
lib/Selenium/Firefox.pm

@@ -164,7 +164,7 @@ has '_binary_args' => (
                 ' --port '
               . $self->port
               . ' --marionette-port '
-              . $self->marionette_binary_port
+              . $self->marionette_port
               . ' --binary "'
               . $self->firefox_binary . '"';