Search found 5 matches

by inter
Thu Dec 06, 2012 2:21 pm
Forum: iMacros for Firefox
Topic: Workaround for lack of DS mouse commands
Replies: 18
Views: 42301

Re: Workaround for lack of DS mouse commands

I actually tried the same code you posted with no luck and I feel as if I'm missing something (which is entirely possible). I see DOWN, UP, DBLCLK, and OVER commands in your initial DS_Mouse.iim macro line, but in the next two "breakdown" examples the OVER command has been changed to OVETO...
by inter
Wed Dec 05, 2012 4:26 pm
Forum: iMacros for Firefox
Topic: Workaround for lack of DS mouse commands
Replies: 18
Views: 42301

Re: Workaround for lack of DS mouse commands

I fixed it by changing var<SP>_DS_fn="click"; to var<SP>_DS_fn="mouseover"; in the original macro.

Thanks for this, it appears to be extremely useful!
by inter
Wed Dec 05, 2012 4:23 pm
Forum: iMacros for Firefox
Topic: Workaround for lack of DS mouse commands
Replies: 18
Views: 42301

Re: Workaround for lack of DS mouse commands

I'm trying to simulate the mouseover event that was in previous versions. I've been playing around with your code and I'm able to correctly target the element, but I'm not able to mouseover without having the script click the element as well. My javascript file only consists of: iimSet("_DS_Obj...
by inter
Thu Jan 26, 2012 5:02 pm
Forum: iMacros for Chrome
Topic: macro freezes
Replies: 13
Views: 12082

Re: macro freezes

In my experience it hasn't been necessary to add + "\n"; to the end of a line, but rather make it part of the macro line itself i.e. macro += "SET !ERRORIGNORE YES\n";.

Not sure if this will help or not, but that's the way my macros are set up.
by inter
Wed Jan 25, 2012 6:55 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Looping Script Freezing Up
Replies: 0
Views: 1355

Looping Script Freezing Up

Hello all, I'm using the Firefox add-on and have run into a strange issue that I can't seem to find an answer to. I have a script that is looping through TV episodes on Amazon (i.e. http://www.amazon.com/gp/product/B004RFVPHQ). It is quite common that the script will lock up as it reaches the end of...