String context = getCurrentContext();
driver.context("NATIVE_APP")
driver.findElementById("Close");
click();
driver.switchTo().window(context);
try above code that should close the Save PassWord PopUp
String context = getCurrentContext();
driver.context("NATIVE_APP")
driver.findElementById("Close");
click();
driver.switchTo().window(context);
try above code that should close the Save PassWord PopUp