浏览代码

Fix documentation typo

Vangelis Katsikaros 9 年之前
父节点
当前提交
6c08916736
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/Selenium/Firefox.pm

+ 1 - 1
lib/Selenium/Firefox.pm

@@ -107,7 +107,7 @@ has 'marionette_binary_port' => (
     default => sub { 2828 }
 );
 
-=attr marionette_binary_port
+=attr marionette_enabled
 
 Optional: specify whether Marionette should be enabled or not. The
 firefox binary must have been built with this funtionality.