Ignore webviews pointed to blank url – pCloudy – Question and Answers
Home >> Appium Tricks and Tricks >> Ignore webviews pointed to blank url ...

Ignore webviews pointed to blank url



Code: caps.setCapability("ignoreAboutBlankUrl", true);
Ignore webviews which are pointed to the about:blank url. 
These webviews will not appear in the context list and you cannot set the context to these webviews. Value: true/false

Leave a Reply

Your email address will not be published. Required fields are marked *