S
S
sergeevpetro2015-09-25 10:59:56
Programming
sergeevpetro, 2015-09-25 10:59:56

How to execute javascript in external browser?

Hello dear experts!
I'm interested in such a question ... there are installed browsers (chrome, safari, opera, IE, etc.)
. they have nothing to do with Visual Studio.
How can javascript be executed in them?
It's easy to open a website

Process.Start(@"C:\Program Files\Google\Chrome\Application\chrome.exe", @"http://ya.ru");

but to execute JS is another thing...
Maybe there are some modules/components to connect the studio with these browsers?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
sergeevpetro, 2016-05-18
@sergeevpetro

Made with Selenium.
It has drivers for all popular browsers.

N
neomichi, 2015-09-25
@neomichi

A possible solution is through browser plugins.

Z
Zakharov Alexander, 2015-09-25
@AlexZaharow

And if you write an html page and insert your script there?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question