Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: some doubts on my first steps with WWW::Mechanize::Chrome -- further steps and doubts

by Corion (Patriarch)
on May 20, 2020 at 21:30 UTC ( [id://11117002]=note: print w/replies, xml ) Need Help??


in reply to Re: some doubts on my first steps with WWW::Mechanize::Chrome -- further steps and doubts
in thread some doubts on my first steps with WWW::Mechanize::Chrome

Thank you very much for the report and the test program! This helps me immensively to reproduce the problem.

The autoclose issue is a bug. The fix for it is simple - the shutdown is always killing Chrome instead of checking whether it should try to do that:

sub close { ... if( $_[0]->{autoclose} ) { $_[0]->kill_child( $_[0]->{cleanup_signal}, $pid, $_[0]->{wait +_file} ); } }

But now I have to think about what my test suite tests and how I can test this case better... Then I will release a fixed version :)

  • Comment on Re^2: some doubts on my first steps with WWW::Mechanize::Chrome -- further steps and doubts
  • Select or Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11117002]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2024-04-26 03:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found