Daniel Gempesaw 11 lat temu
rodzic
commit
039ca29fae
1 zmienionych plików z 1 dodań i 1 usunięć
  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 );
 }