How to get the context of the app in Appium?
//It shows the context of the app or browser.
String pContext = driver.getContext();
Posted on May 8, 2019
By Shah Nawaz
//It shows the context of the app or browser.
String pContext = driver.getContext();