Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: WWW::Mechanize Forms...

by Corion (Patriarch)
on Dec 14, 2015 at 22:26 UTC ( [id://1150295]=note: print w/replies, xml ) Need Help??


in reply to WWW::Mechanize Forms...

Have you looked at the HTML of the respective pages?

When I go to https://www.southwest.com/ with Javascript disabled, I see a comment that the site does not work with Javascript disabled. Maybe the site does not work with browsers that don't support Javascript. See the FAQ on Javascript support of WWW::Mechanize.

Replies are listed 'Best First'.
Re^2: WWW::Mechanize Forms...
by lstacey (Initiate) on Dec 15, 2015 at 03:20 UTC

    Yep...that's it...I assumed getting the true statement from

    print $mech->is_html();

    meant that I would be able to use the site. Thank you for your help!

      <noscript> <meta http-equiv="refresh" content="0;url=/html/errors/javascript_di +sabled.html"> </noscript>
      Well, it is valid HTML after all, isn't it? Just not very Mechanize-friendly…

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1150295]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (9)
As of 2024-04-23 14:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found