Subject: | possible bug in bug-WWW-Mechanize-Chrome click |
Date: | Sat, 17 Nov 2018 07:40:39 -0500 |
To: | bug-WWW-Mechanize-Chrome [...] rt.cpan.org |
From: | Jeff Stalzer <ei69jeff [...] comcast.net> |
using Strawberry Perl (5.28) on Windows 7 a call to "click" does the
click operation and then hangs--the call never returns, execution of the
program essentially stops (does not abort). It may resume after a very
long delay ~20 Min(?) but by that time the web site being scraped times
out. The code is:
$mech3->click({ xpath => '//button[@data-billid="20181108102645601824"]'
, one => 1 });
I have noticed some other instances when there is a similar "hang" and
execution does resume after several minutes (I don't know how many
because I walk away and when I come back the execution had resumed and
is waiting at the next request for input.)
Thanks, Jeff Stalzer