The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows redirects, can follow links, and submit forms. Form fields can be populated and submitted. Mechanize also keeps track of the sites that you have visited as a history.
The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows redirects, can follow links, and submit forms. Form fields can be populated and submitted. Mechanize also keeps track of the sites that you have visited as a history.
To install rb19-mechanize, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb19-mechanize
To see what files were installed by rb19-mechanize, run:
port contents rb19-mechanize
To later upgrade rb19-mechanize, run:
sudo port selfupdate && sudo port upgrade rb19-mechanize
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.