We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d050100 commit b10cf83Copy full SHA for b10cf83
lib/appium_lib/ios/mobile_methods.rb
@@ -13,6 +13,8 @@ class << self
13
#
14
# ```ruby
15
# find_elements :predicate, "isWDVisible == 1"
16
+ # find_elements :predicate, 'wdName == "Buttons"'
17
+ # find_elements :predicate, 'wdValue == "SearchBar" AND isWDDivisible == 1'
18
# ```
19
def extended(_mod)
20
::Appium::Driver::SearchContext::FINDERS[:uiautomation] = '-ios uiautomation'
0 commit comments