Page 1 of 1

How to Run Js And Get Result From Browser

Posted: Thu Jul 06, 2017 3:13 pm
by crystalxp
How to Run Js And Get Result From Browser
For example, I want to use jquery css selector to get some value from current dom , What is the simplest way to do.
ExecuteJavaScript can just run js,but can't get result

GetV8Context.Eval() seem can't interact with real content ;

Re: How to Run Js And Get Result From Browser

Posted: Thu Jul 06, 2017 3:50 pm
by salvadordf
Hi,

Read this :
viewtopic.php?f=8&t=42

You need to register an extension. Check the MiniBrowser demo.