Просмотр исходного кода

Add documentation to CanStartBinary role consumers

Vangelis Katsikaros 9 лет назад
Родитель
Сommit
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;