Explorar o código

use proper marionette port in Selenium::Firefox

George S. Baugh %!s(int64=6) %!d(string=hai) anos
pai
achega
c7d35d66be
Modificáronse 1 ficheiros con 1 adicións e 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 . '"';