Hi,
I automate android hybrid app and if element is not found or doesn’t exist appium(Webview) is not throwing exception.
Fro example I have @FindBy(id = “address”) WebElement el; - which is present in DOM and is working well, but if a change in wrong id = “adress111”, appium is stopping at this step(no errors).
Any suggestion is welcome.