Skip to content

Commit b10cf83

Browse files
authored
add examples for predicate (#455)
1 parent d050100 commit b10cf83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/appium_lib/ios/mobile_methods.rb

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ class << self
1313
#
1414
# ```ruby
1515
# find_elements :predicate, "isWDVisible == 1"
16+
# find_elements :predicate, 'wdName == "Buttons"'
17+
# find_elements :predicate, 'wdValue == "SearchBar" AND isWDDivisible == 1'
1618
# ```
1719
def extended(_mod)
1820
::Appium::Driver::SearchContext::FINDERS[:uiautomation] = '-ios uiautomation'

0 commit comments

Comments
 (0)