Skip to content

Commit 125f144

Browse files
jmaesoKazuCocoa
authored andcommitted
bugfix for finding an array of exact elements in ios (#424)
1 parent 586205a commit 125f144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/appium_lib/ios/element/generic.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def find_exact(value)
3838
# @return [Array<Element>]
3939
def finds_exact(value)
4040
if automation_name_is_xcuitest?
41-
find_ele_by_attr '*', '*', value
41+
find_eles_by_attr '*', '*', value
4242
else
4343
eles_by_json_visible_exact '*', value
4444
end

0 commit comments

Comments
 (0)