http://qs321.pair.com?node_id=11138268


in reply to Re^2: Chrome freezes on windows when opened with WWW::Mechanize::Chrome
in thread Chrome freezes on windows when opened with WWW::Mechanize::Chrome

This must be some weird difference between our setups, since I do not get any kind of Chrome freeze with that on either Linux or Windows.

Maybe if you launch Chrome with a completely fresh profile (without any plugins), something different shows up?

use File::Temp 'tempdir'; my $mech = WWW::Mechanize::Chrome->new( headless => 0, data_directory => tempdir(CLEANUP => 1 ), launch_arg => [ " --enable-logging", "--v=1" ] );