odrevet has asked for the wisdom of the Perl Monks concerning the following question:
I'm using Win32::IE::mechanize because for some reasons, WWW::Scripter::JavaScript and WWW::Scripter::Ajax don't sumbit a form...
The probleme is that when the JS call a 'bloking' function like alert, or a funct that performs an AJAX request, the programme wait forever and I must SIGINT...
$IE->get("javascript:alert('You need to manually shut me, dude');"); or $IE->get('javascript:o.ajaxrequestthatdonotreturn();');
|
|---|