mirror of
https://github.com/appium/appium.git
synced 2026-05-06 10:59:35 -05:00
ec68a866a4
Enables switching between NATIVE_APP and CHROMIUM contexts. Works for both backends: UIAutomator and Selendroid. It's intended to work for any Chromium embedding app under the following conditions: - user has to make sure the devtools socket is open - user may need to provide a webdriver working with his app (probably deriving from chromedriver) - user needs to use some additional capabilities: 'android-device-socket', 'chromedriver-executable' (optional), 'special-chromedriver-session-args' (optional)