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

Correct. WWW::Mechanize does not. but WWW::Mechanize::Chrome DOES document it.
  • Comment on Re^4: Module to open and close browser tabs

Replies are listed 'Best First'.
Re^5: Module to open and close browser tabs
by marto (Cardinal) on Jan 16, 2025 at 05:20 UTC

    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.