Преглед изворни кода

Add documentation to CanStartBinary role consumers

Vangelis Katsikaros пре 9 година
родитељ
комит
ef94a03700
2 измењених фајлова са 10 додато и 0 уклоњено
  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;