Explorar o código

Fix #175 by adding find_elements to the list of functions with arguments

Emmanuel Peroumalnaik %!s(int64=11) %!d(string=hai) anos
pai
achega
920b9f6982
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lib/Test/Selenium/Remote/Driver.pm

+ 1 - 0
lib/Test/Selenium/Remote/Driver.pm

@@ -45,6 +45,7 @@ sub has_args {
     my $fun_name      = shift;
     my $fun_name      = shift;
     my $hash_fun_args = {
     my $hash_fun_args = {
         'find_element'     => 1,
         'find_element'     => 1,
+        'find_elements'     => 1,
         'compare_elements' => 2,
         'compare_elements' => 2,
         'get' => 1,
         'get' => 1,
     };
     };