Hello,
I need to automate navigation around a JavaScript powered website so I can scrape some content. I came across Chickenfoot, which is a FireFox extension that gives me a programming interface to the browser.
Do you know of other solutions?
|
|
Hello, I need to automate navigation around a JavaScript powered website so I can scrape some content. I came across Chickenfoot, which is a FireFox extension that gives me a programming interface to the browser. Do you know of other solutions?
|
||||
|
|
|
I also checked out IMacros, but you need to pay for a lot of the advanced features. So I will stick with Chickenfoot. There is a neat video about Chickenfoot here. |
||
|
|
|
|
You can automate Internet Explorer pretty easily from either javascript (.js files) or any other language that can use COM (c#, perl etc) http://msdn.microsoft.com/en-us/library/aa752084%28VS.85%29.aspx Simple example in vbscript:
|
||
|
|
|
WWW::Mechanize has several extensions/compatible replacements to handle JavaScript: WWW::Mechanize::FireFox, WWW::Mechanize::Plugin::JavaScript/WWW::Scripter::Plugin::JavaScript, Mozilla::Mechanize, Gtk2::WebKit::Mechanize, Win32::IE::Mechanize. |
||
|