Official documentation:
Awesome resource collection
Learn by example:
| cd /usr/local/share | |
| sudo wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2 | |
| sudo tar xjf phantomjs-1.9.7-linux-x86_64.tar.bz2 | |
| sudo ln -s /usr/local/share/phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/share/phantomjs | |
| sudo ln -s /usr/local/share/phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/phantomjs | |
| ## system wide | |
| sudo ln -s /usr/local/share/phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/bin/phantomjs | |
| phantomjs -v |
Official documentation:
Awesome resource collection
Learn by example:
Describes the elements on the page: https://www.w3schools.com/tags/
Add functionality to the page https://www.w3schools.com/js/default.asp