Is it possible by using some libraries like open or opener, navigate from node script to some url, and run script on that page?
1 Answer
So far easiest way I found is nightwatch.
1 Comment
Geri Borbás
I was about to use this in a Visual Studio Code extension. Unfortunately, it needs JDK, and Selenium to be installed on user's machine, which is way too heavy. Have you found another way?