Explorar o código

Match quotes in #123

Daniel Gempesaw %!s(int64=11) %!d(string=hai) anos
pai
achega
039ca29fae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 );
 }