Good evening.

This situation: there is a JavaScript code that uses during its execution of the record from the Cookie. How can I execute this JavaScript code through the C # program, through the default browser (the default browser in the operating system) and what would this code see those cookies that are recorded in the browser on this site.

I have been thinking for a long time how it can be carried out and failed.

I hope you understand the problem. Thank you in advance :)

  • Nothing is clear. Try again. - Igor
  • In general, you need to run a JS (via the c # program) script using a cookie, from the default browser. These are the cookies that the user receives by looking at sites. - Wheelys
  • Do you want to launch a browser and get the js script result from it? - Mikhail Vaysman
  • Yes ... Only JS script I write, it is not on the site. - Wheelys

0