Explorar el Código

Add examples for the marionette switch

Vangelis Katsikaros hace 9 años
padre
commit
df4d0eebde
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      lib/Selenium/Firefox.pm

+ 1 - 0
lib/Selenium/Firefox.pm

@@ -8,6 +8,7 @@ extends 'Selenium::Remote::Driver';
 =head1 SYNOPSIS
 
     my $driver = Selenium::Firefox->new;
+    my $driver = Selenium::Firefox->new( marionette_enabled => 1 );
 
 =head1 DESCRIPTION