Calabash ios hybrid element not found

120 Views Asked by At

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:'*'")

1

There are 1 best solutions below

1
jmoody On

You have typos in your queries.

 query("UIWebView css:'*'")
 query("WKWebView css:'*'")

See these documents for examples: