C# Console app, help with getting data from javascript variable!
Hi, I am trying to create a small console application that displays data from SaltyBet.
This is the data I want to display in my application Pic2
And sure enough when i type in the variable name in the Chrome Console i get the information. Pic2
Now, I'm looking for an easy way to quickly access this data, sort of like:
string data = executeJS("p1n");
Is there a way to do this in Console, without, using third party code libraries, such as CefSharp etc.
0 comments:
Post a Comment