You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the absence of a real perl javascript we can't actually use the content.
However I use WWW::Mechanize for testing web site logins for our monitoring
system and think it is useful to fetch script links, as problems loading
such links are usually reflected in the user experience.
--- WWW-Mechanize-1.71.orig/lib/WWW/Mechanize.pm 2011-11-26 04:33:10.000000000 +1000
+++ WWW-Mechanize-1.71/lib/WWW/Mechanize.pm 2012-01-01 08:56:59.000000000 +1000
@@ -2536,6 +2539,7 @@
iframe => 'src',
link => 'href',
meta => 'content',
+ script => 'src',
);
sub _extract_links {
On 3 December 2018 at 11:08:06 am, Olaf Alders ([email protected]) wrote:
We could speed this up process with a pull request and an accompanying test.
Does that sound reasonable?
That sounds good, but I’ve had health issues so probably won’t happen for a
while
Danny
[email protected] reported on Jan 2, 2012
Details
Imported from Google Code issue 229 via archive
The text was updated successfully, but these errors were encountered: