PhantomJS is a headless WebKit scriptable with a JavaScript API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG.
PhantomJS is a headless WebKit scriptable with a JavaScript API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG.
To install phantomjs, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install phantomjs
To see what files were installed by phantomjs, run:
port contents phantomjs
To later upgrade phantomjs, run:
sudo port selfupdate && sudo port upgrade phantomjs
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.