Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

How to Run Js And Get Result From Browser

Post Reply
crystalxp
Posts: 39
Joined: Tue Jul 04, 2017 8:23 am

How to Run Js And Get Result From Browser

Post 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 ;
User avatar
salvadordf
Posts: 4620
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: How to Run Js And Get Result From Browser

Post by salvadordf »

Hi,

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

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