in reply to Re: Module to open and close browser tabs
in thread Module to open and close browser tabs

Yes, this has it. it has the autoclose function, which wasn't mentioned in the main Mechanize CPAN.
  • Comment on Re^2: Module to open and close browser tabs

Replies are listed 'Best First'.
Re^3: Module to open and close browser tabs
by marto (Cardinal) on Jan 13, 2025 at 18:15 UTC

    Again, you're not being specific. Are you saying that WWW::Mechanize does not document closure of an actual browser?

      Correct. WWW::Mechanize does not. but WWW::Mechanize::Chrome DOES document it.

        It's important to understand the difference between the two. The former is a isn't automating an actual browser, like the latter. Understanding the difference between the two is important as (pending other considerations) your code could be simplified considerably in terms of overheads, dependencies, portability etc.