i try to simulate a clic on a “javascript:void(0)”; Because i need html data in this script
But how i can do this?
I work only with NSUrl (and I don’t won’t use illegal API like UITouchEvent)
Thx for all 🙂
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not sure exactly what it is you’re trying to do, but assuming that you are trying to do this within a UIWebView then you can do this:
You can then execute any javascript that you liken the page
Hope this helps 🙂