浏览代码

Match quotes in #123

Daniel Gempesaw 11 年之前
父节点
当前提交
039ca29fae
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/Test/Selenium/Remote/WebElement.pm

+ 1 - 1
lib/Test/Selenium/Remote/WebElement.pm

@@ -33,7 +33,7 @@ sub has_args {
     my $fun_name      = shift;
     my $hash_fun_args = {
         'get_attribute' => 1,
-        send_keys       => 1,
+        'send_keys'     => 1,
     };
     return ( $hash_fun_args->{$fun_name} // 0 );
 }