Can Mechanize make Javascript calls?
This would be handy to negotiate AJAX when screen-scraping...
Can Mechanize make Javascript calls?
This would be handy to negotiate AJAX when screen-scraping...
No, it can't. If you need to interact with javascript, you should look at other solutions like watir.
For dealing with JavaScript you can use a browser plugin like Chickenfoot or iMacros.
However often I find that the fastest approach for dealing with AJAX is using FireBug to track the URL requests and then calling these URLs directly.