In Monster Tools, website Screenshot generator tool required a driver to task and for which a driver name "PhantomJs (Default)" is needed to perform its functionality smoothly. This driver requires some installation on the operating system.
You can install phantom JS on your desired OS by following the steps below
Installing PhantomJS on a Windows machine is a relatively straightforward process. Here are the steps to install PhantomJS on Windows:
Download the PhantomJS executable for Windows from the official website (https://phantomjs.org/download.html).
Extract the downloaded file to a directory of your choice.
Add the PhantomJS executable to your system's PATH environment variable.
This will allow you to run PhantomJS from any directory on your machine.
To check if PhantomJS is installed correctly, open a command prompt and type "phantomjs --version". This should display the version of PhantomJS that you have installed.
If you're getting an error "phantomjs is not recognized as an internal or external command, operable program or batch file." check the path of the executable and ensure that the path is added to the environment variable correctly.
If everything is set correctly, you should now be able to use PhantomJS from the command prompt by typing "phantomjs" followed by the script or command you want to run.
Installing PhantomJS on a Linux machine is a relatively straightforward process. Here are the steps to install PhantomJS on Linux:
Download the PhantomJS executable for Linux from the official website (https://phantomjs.org/download.html).
Extract the downloaded file to a directory of your choice. You can use the command "tar xvjf phantomjs-version-linux-x86_64.tar.bz2" to extract the file.
Add the PhantomJS executable to your system's PATH environment variable. This will allow you to run PhantomJS from any directory on your machine.
To make the phantomjs executable accessible system wide you can move the extracted folder to /usr/local/share/phantomjs and create a symlink to the executable in /usr/local/bin/phantomjs
To check if PhantomJS is installed correctly, open a terminal and type "phantomjs --version". This should display the version of PhantomJS that you have installed.
If you're getting an error "phantomjs: command not found." check the path of the executable and ensure that the path is added to the environment variable correctly or the symlink is set correctly.
If everything is set correctly, you should now be able to use PhantomJS from the terminal by typing "phantomjs" followed by the script or command you want to run.
Installing PhantomJS on Ubuntu is similar to installing it on Linux. Here are the steps to install PhantomJS on Ubuntu:
Download the PhantomJS executable for Ubuntu from the official website (https://phantomjs.org/download.html)
Extract the downloaded file to a directory of your choice. You can use the command "tar xvjf phantomjs-version-linux-x86_64.tar.bz2" to extract the file.
Add the PhantomJS executable to your system's PATH environment variable. This will allow you to run PhantomJS from any directory on your machine.
To make the phantomjs executable accessible system wide you can move the extracted folder to /usr/local/share/phantomjs and create a symlink to the executable in /usr/local/bin/phantomjs by using the command sudo ln -s /usr/local/share/phantomjs/bin/phantomjs /usr/local/bin/phantomjs
To check if PhantomJS is installed correctly, open a terminal and type "phantomjs --version". This should display the version of PhantomJS that you have installed.
If you're getting an error "phantomjs: command not found." check the path of the executable and ensure that the path is added to the environment variable correctly or the symlink is set correctly.
If everything is set correctly, you should now be able to use PhantomJS from the terminal by typing "phantomjs" followed by the script or command you want to run.
Note : Ubuntu 20.04 and later versions of PhantomJS are not supported.
Installing PhantomJS on CentOS is similar to installing it on Linux. Here are the steps to install PhantomJS on CentOS:
Download the PhantomJS executable for CentOS from the official website (https://phantomjs.org/download.html)
Extract the downloaded file to a directory of your choice. You can use the command "tar xvjf phantomjs-version-linux-x86_64.tar.bz2" to extract the file.
Add the PhantomJS executable to your system's PATH environment variable. This will allow you to run PhantomJS from any directory on your machine. You can add the path to the environment variable by adding the following line to the .bash_profile file in the home directory: export PATH=$PATH:/path/to/phantomjs/bin
To make the phantomjs executable accessible system wide you can move the extracted folder to /usr/local/share/phantomjs and create a symlink to the executable in /usr/local/bin/phantomjs by using the command sudo ln -s /usr/local/share/phantomjs/bin/phantomjs /usr/local/bin/phantomjs
To check if PhantomJS is installed correctly, open a terminal and type "phantomjs --version". This should display the version of PhantomJS that you have installed.
If you're getting an error "phantomjs: command not found." check the path of the executable and ensure that the path is added to the environment variable correctly or the symlink is set correctly.
If everything is set correctly, you should now be able to use PhantomJS from the terminal by typing "phantomjs" followed by the script or command you want to run.
Note: Some versions of CentOS may not be fully compatible with PhantomJS. You may need to check for compatibility before installing.