Quellcode durchsuchen

Add documentation to CanStartBinary role consumers

Vangelis Katsikaros vor 9 Jahren
Ursprung
Commit
ef94a03700
2 geänderte Dateien mit 10 neuen und 0 gelöschten Zeilen
  1. 5 0
      lib/Selenium/Chrome.pm
  2. 5 0
      lib/Selenium/Firefox.pm

+ 5 - 0
lib/Selenium/Chrome.pm

@@ -118,6 +118,11 @@ We do our best to call this when the C<$driver> option goes out of
 scope, but if that happens during global destruction, there's nothing
 we can do.
 
+=attr fixed_ports
+
+Optional: Throw instead of searching for additional ports; see
+L<Selenium::CanStartBinary/fixed_ports> for more info.
+
 =cut
 
 1;

+ 5 - 0
lib/Selenium/Firefox.pm

@@ -347,6 +347,11 @@ We do our best to call this when the C<$driver> option goes out of
 scope, but if that happens during global destruction, there's nothing
 we can do.
 
+=attr fixed_ports
+
+Optional: Throw instead of searching for additional ports; see
+L<Selenium::CanStartBinary/fixed_ports> for more info.
+
 =cut
 
 1;