1
0
Эх сурвалжийг харах

Do not set the geckodriver log level to trace

Daniel Gempesaw 9 жил өмнө
parent
commit
a49a3c900b

+ 1 - 1
lib/Selenium/Firefox.pm

@@ -104,7 +104,7 @@ has '_binary_args' => (
         my ($self) = @_;
 
         if ( $self->marionette_enabled ) {
-            my $args = ' --log trace --port ' . $self->port;
+            my $args = ' --port ' . $self->port;
             $args .= ' --marionette-port ' . $self->marionette_binary_port;
 
             if ( $self->has_firefox_binary ) {