Unable to access WebView elements
问题 I tried to access webView elements using Calabash-iOS using following query: query("webView css:'*'") But it is unable to detect the elements. When I touch any input field manually, it gets zoomed in and I am able to view the elements using the above query. Can I get any solution for this? 回答1: 1) First of all, make sure that you know the correct type of webview present in the app. Easiest way of specifying the webview element is by using the element class or the element's id. To get the