Corion / WWW-Mechanize-Chrome

automate the Chrome browser
https://metacpan.org/release/WWW-Mechanize-Chrome
Artistic License 2.0
30 stars 12 forks source link

Error when using "tab" argument in constructor #19

Closed sdondley closed 4 years ago

sdondley commented 6 years ago

tab => argument appears to be buggy. Tried setting it to current, 0, and qr/about/ and WMC crashes with:

error when connectingInternal Exception at /Users/me/perl5/perlbrew/perls/perl-5.24.1/lib/site_perl/5.24.4/WWW/Mechanize/Chrome.pm line 533

Corion commented 5 years ago

Is this still a problem? t/50-mech-new.t tests for these cases and the tests pass in recent versions.

If you can add a short program that still fails, this would be great, otherwise I'll close the issue in a week or so.

Thanks!