For switching between context you need to use Appium java client bindings.
driver.context("the web view context you wish to switch");
Refer this thread.
For switching between context you need to use Appium java client bindings.
driver.context("the web view context you wish to switch");
Refer this thread.