Guest User

Untitled

a guest
Apr 26th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. let jsString = "document.getElementById('myButtonID').click()"
  2. myWebView.evaluateJavaScript(jsString, completionHandler: { result,error in
  3. print(result);
  4. })
Add Comment
Please, Sign In to add comment