Browse Source

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

Emmanuel Peroumalnaik 11 năm trước cách đây
mục cha
commit
920b9f6982
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 $hash_fun_args = {
         'find_element'     => 1,
+        'find_elements'     => 1,
         'compare_elements' => 2,
         'get' => 1,
     };