in reply to Perl equivalent of Watir

IIRC waitr is Selenium based, there are a bunch of modules on cpan. Where I don't need JavaScript I use Mojo::UserAgent/Mojo::DOM, otherwise it's WWW::Mechanize::Chrome. previously.