I try to simulate a JS click on UIWebView (i can do this by document.getElementById(‘MyId’));
But in this exemple, we found a REF element, how to get it to click?
<a href="javascript:void(0);" id="details" ref="1" title="|title" class="detail_button tips">
1 Answer