How to get all context in the Appium?
//Get the context of the appium in which it is supporting. For example [NATIVE_APP, CHROMIUM]
Set pContext = driver.getContextHandles();
Posted on May 8, 2019
By Shah Nawaz
//Get the context of the appium in which it is supporting. For example [NATIVE_APP, CHROMIUM]
Set pContext = driver.getContextHandles();