mirror of
https://github.com/appium/appium.git
synced 2026-02-09 11:18:51 -06:00
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)