Search found 3 matches

by glhjch
Tue Feb 26, 2008 6:00 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Compatibility Issues
Replies: 0
Views: 1962

Compatibility Issues

I have the below macro that works perfectly if run from within IE. However if I run it from within the Imacro Browser the site will not load properly. It treats it as if the browser is not compatible. VERSION BUILD=6000918 RECORDER=FX TAB T=1 URL GOTO=http://www.zillow.com/ TAG POS=1 TYPE=INPUT:TEXT...
by glhjch
Tue Feb 26, 2008 4:19 pm
Forum: Data Extraction and Web Screen Scraping
Topic: iMacros can no longer extract data???
Replies: 4
Views: 5503

Macro

VERSION BUILD=6000918 RECORDER=FX
TAB T=1
URL GOTO=http://www.zillow.com/
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:formSearchBar ATTR=ID:addrstrthood CONTENT={{ADDR}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:formSearchBar ATTR=ID:citystatezip CONTENT={{ZIP}}
TAG POS=1 TYPE=BUTTON ATTR=ID:GOButton
by glhjch
Tue Feb 26, 2008 4:18 pm
Forum: Data Extraction and Web Screen Scraping
Topic: iMacros can no longer extract data???
Replies: 4
Views: 5503

Error using Imacros Browser

If I run the following script from within IE it works perfectly. If I attempt to run it within the Imacros browser it will not work. It treats it as an unsupported browser.