Search found 7 matches

by Havok10
Fri Apr 03, 2015 3:35 am
Forum: iMacros for Firefox
Topic: Having trouble with select boxes
Replies: 4
Views: 4772

Re: Having trouble with select boxes

Hate to bump the post but it has been 2 weeks since I asked for help.

Chivraq or someone can you just try to replicate the error to see if there is a software bug?
by Havok10
Mon Mar 23, 2015 4:12 pm
Forum: iMacros for Firefox
Topic: problem with frame imacros
Replies: 2
Views: 4079

Re: problem with frame imacros

I dont see where the Frame is changing. If I set FRAME F=1. Everytime I run the script it works. Can you try that? Can you give me an example where the frame is different?
by Havok10
Sat Mar 21, 2015 12:01 pm
Forum: iMacros for Firefox
Topic: Having trouble with select boxes
Replies: 4
Views: 4772

Having trouble with select boxes

I have tried all the recording modes and am having trouble selecting a birthday at this website: http://jointeamsweeps.hotwheels.com/en-us/jthw/register/agegate If someone can help with a snippet of code. Lets select birthday October 31st, 1963. As an example. I am using Firefox (v37.0) for Imacros,...
by Havok10
Sun Nov 02, 2014 4:48 pm
Forum: iMacros for Firefox
Topic: 8.8.4 & 8.8.5 addons infinite loop and freeze issues
Replies: 22
Views: 34626

Re: 8.8.4 & 8.8.5 addons infinite loop and freeze issues

I have the same issues as well on Firefox 33.01.

For me it is never the same action. It is a random spot in the script.

I also run a loop of 300 plays. I can get freeze on #117 after working fine up until then.

Sometimes it will freeze and sometimes I get an infinite loop of a single line.
by Havok10
Tue Oct 07, 2014 12:56 am
Forum: iMacros for Firefox
Topic: 8.8.4 & 8.8.5 addons infinite loop and freeze issues
Replies: 22
Views: 34626

Re: 8.8.4 & 8.8.5 addons infinite loop and freeze issues

I am also experiencing random freezes with no errors and infinite loops where it will perform a single line (like filling a field) over and over again until I terminate the browser.

This is with firefox 32 and 8.8.5.

I never had any issues in the past at all.
by Havok10
Wed Sep 18, 2013 5:22 pm
Forum: iMacros for Firefox
Topic: EVENT TYPE CLICK SELECTOR VARIABLES
Replies: 1
Views: 3005

Re: EVENT TYPE CLICK SELECTOR VARIABLES

Think I solved it myself. EVENT TYPE=CLICK SELECTOR="#dob_day>OPTION:nth-of-type({{!COL5}})" BUTTON=0 I thought I had tried that.... but did it again and it seems to be working. But this does not work... which is what I really need... EVENT TYPE=CLICK SELECTOR="#dob_month>OPTION:nth-o...
by Havok10
Tue Sep 17, 2013 6:19 pm
Forum: iMacros for Firefox
Topic: EVENT TYPE CLICK SELECTOR VARIABLES
Replies: 1
Views: 3005

EVENT TYPE CLICK SELECTOR VARIABLES

In IMacros for Firefox VERSION BUILD=8510617 I am using the following: EVENT TYPE=CLICK SELECTOR="#dob_day>OPTION:nth-of-type(17)" BUTTON=0 To select a day of birth. I want the selection to come from my .CSV file. What is the syntax for using a variable instead of the harcoded value of 17?...