Install ruby-mechanize by entering the following commands in the terminal:
sudo apt update sudo apt install ruby-mechanize
Description:
library used for automating interaction with websites
This 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. . This library is loosely based on WWW::Mechanize for Perl.
Homepage: http://docs.seattlerb.org/mechanize/
Version: 2.7.5-2
Section: universe/ruby