瀏覽代碼

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;