瀏覽代碼

use proper marionette port in Selenium::Firefox

George S. Baugh 6 年之前
父節點
當前提交
c7d35d66be
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 . '"';