Jelajahi Sumber

use proper marionette port in Selenium::Firefox

George S. Baugh 6 tahun lalu
induk
melakukan
c7d35d66be
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 . '"';