Hello,
I understand a few people have asked about JS support in Mechanize. My question might be a little bit different, and/or posed differently. I am looking to ignore the Javascript check and log in to a page that requires Javascript. The web site itself does not really need JS, but the developers felt they needed to require it for the best appearance.
With that said, has anyone been able to circumvent the check for JS? I could use Watir, Watij, Selenium, or a surplus of other utilities but they open an actual browser which was not that desirable -- but if this is the only way I guess I'll go that route.
I'm running Mac OS X, Ruby 1.8.7, Mechanize/Hpricot (latest as of this post). Thanks.