fowibotak has asked for the wisdom of the Perl Monks concerning the following question:
There is no $mech->close_tab() function. So the question is, how do you close the tab you're currently working with? Thanksmy $mech = WWW::Mechanize::Chrome->new(); $mech->get('https://www.google.com/');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: WWW::Mechanize::Chrome How to close a tab
by Corion (Patriarch) on Sep 21, 2018 at 06:24 UTC |