Selenium - booting selenium-server-standalone-*.jar on the server
Hi,
I want to run a selenium on the server, to fetch the html of pages that have content loaded with javascript.
The first step is to run the command:
java -jar selenium-server-standalone-2.48.2.jar
My question is:
How can I run this command on the server with Laravel?
How can I check if this selenium-server is already running or not on the server?
I need this to make sure that the selenium-server is running to run the rest of the script.
Hope that my question is clear, if not, please let me now.