chrome-cli is a command line utility for controlling Google Chrome compatible browsers on OS X. It is a native binary that uses the Scripting Bridge to communicate with Chrome.
chrome-cli is a command line utility for controlling Google Chrome compatible browsers on OS X. It is a native binary that uses the Scripting Bridge to communicate with Chrome.
To install chrome-cli, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install chrome-cli
To see what files were installed by chrome-cli, run:
port contents chrome-cli
To later upgrade chrome-cli, run:
sudo port selfupdate && sudo port upgrade chrome-cli
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.