Parcourir la source

use proper marionette port in Selenium::Firefox

George S. Baugh il y a 6 ans
Parent
commit
c7d35d66be
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 . '"';