Skip to content

Commit c7d35d6

Browse files
committed
use proper marionette port in Selenium::Firefox
1 parent 3e75e60 commit c7d35d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Selenium/Firefox.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ has '_binary_args' => (
164164
' --port '
165165
. $self->port
166166
. ' --marionette-port '
167-
. $self->marionette_binary_port
167+
. $self->marionette_port
168168
. ' --binary "'
169169
. $self->firefox_binary . '"';
170170

0 commit comments

Comments
 (0)