Browse Source

Add examples for the marionette switch

Vangelis Katsikaros 9 năm trước cách đây
mục cha
commit
df4d0eebde
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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