We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 586205a commit 125f144Copy full SHA for 125f144
lib/appium_lib/ios/element/generic.rb
@@ -38,7 +38,7 @@ def find_exact(value)
38
# @return [Array<Element>]
39
def finds_exact(value)
40
if automation_name_is_xcuitest?
41
- find_ele_by_attr '*', '*', value
+ find_eles_by_attr '*', '*', value
42
else
43
eles_by_json_visible_exact '*', value
44
end
0 commit comments