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

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

  • Comment on Re^3: Module to open and close browser tabs

Replies are listed 'Best First'.
Re^4: Module to open and close browser tabs
by justin423 (Scribe) on Jan 15, 2025 at 22:51 UTC
    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.