Reputation: 71
I launched chrome in debug mode and connected to it with websockets and could navigate wit method : page.navigate but I want to execute some javascripts on the websites I go to so I'm lookin for a method in this protocol to execute javascript
Upvotes: 0
Views: 1137
Reputation: 25907
How about Runtime.callFunctionOn() or Runtime.evaluate() or Runtime.runScript()?
Upvotes: 1