I have a JavaScript script in procedure.js
When I'm on my navigator (Google Chrome) I can open the developer console then copy paste my script to execute it on the web page I'm looking at.
But now I'm trying to do it automatically with Java (or Linux shell ?).
I want that my Java program open the webpage, then execute the procedure.js on this webpage.
How can I do that? Thanks for your help