Module: Appium::Ios::Xcuitest::GetContext
- Defined in:
- lib/appium_lib/ios/xcuitest/command/get_context.rb
Overview
Get the contexts available, with information about the url and title of each webview
Instance Method Summary collapse
-
#xcuitest_get_contexts ⇒ Object
Get contexts.
Instance Method Details
#xcuitest_get_contexts ⇒ Object
Get contexts
28 29 30 |
# File 'lib/appium_lib/ios/xcuitest/command/get_context.rb', line 28 def xcuitest_get_contexts @driver.execute_script 'mobile: getContexts', {} end |