WebDriverException while setting text in input box of App in iOS simulator

Hi Chand,

From the look of it, you’ve got a native app with a web view, too. Is that accurate? From what I can tell, Katalon (and Appium, underlying) is showing only basic element info for the web view, which is why you’re not able to find the element you’re looking for; it’s not providing a structure similar to the HTML.

I was looking at some docs that might be helpful in switching to a web view mode:

https://docs.katalon.com/katalon-studio/docs/mobile-switch-to-web-view.html

I wonder if you can call Mobile.switchToWebView() in your test before looking for the show password icon. You may then be able to use Katalon’s WebUI functions to get elements, something like WebUI.click():

https://docs.katalon.com/katalon-studio/docs/webui-click.html

- Chris

1 Like