I am having a native app with a HTML content on a page.I am not able to inspect the elements in the HTML content of the iOS app.i have tried the following:
query("webView css:'*'")
query("WKwebView css:'*'")
query("UIwebView css:'*'")
I am having a native app with a HTML content on a page.I am not able to inspect the elements in the HTML content of the iOS app.i have tried the following:
query("webView css:'*'")
query("WKwebView css:'*'")
query("UIwebView css:'*'")
You have typos in your queries.
query("UIWebView css:'*'")
query("WKWebView css:'*'")
See these documents for examples: