Module: Appium::Core::Ios::Xcuitest::SearchContext
- Defined in:
- lib/appium_lib_core/ios/xcuitest/search_context.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#ios_class_chain_find ⇒ Object
Only for XCUITest(WebDriverAgent) find_element/s can be used with a [class chain]( github.com/facebook/WebDriverAgent/wiki/Queries).
Class Method Details
.extend ⇒ Object
33 34 35 |
# File 'lib/appium_lib_core/ios/xcuitest/search_context.rb', line 33 def self.extend ::Appium::Core::Base::SearchContext.add_finders(class_chain: '-ios class chain') end |
Instance Method Details
#ios_class_chain_find ⇒ Object
Only for XCUITest(WebDriverAgent) find_element/s can be used with a [class chain]( github.com/facebook/WebDriverAgent/wiki/Queries)
33 34 35 |
# File 'lib/appium_lib_core/ios/xcuitest/search_context.rb', line 33 def self.extend ::Appium::Core::Base::SearchContext.add_finders(class_chain: '-ios class chain') end |