Search found 9 matches

by perusi
Mon Dec 19, 2011 3:39 pm
Forum: iMacros for Firefox
Topic: Wildcards (little major problem)
Replies: 4
Views: 2888

Re: Wildcards (little major problem)

still no one?? :(((
by perusi
Sun Dec 18, 2011 7:27 pm
Forum: iMacros for Firefox
Topic: Is this a WILDCARD bug?
Replies: 1
Views: 1313

Is this a WILDCARD bug?

hi... i have a form to fill which recorded looks like this TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=ID:p_60235__email CONTENT=myemail now... if i use the wildcard like this TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=ID:*email CONTENT=myemail it doesn`t work... Am I misssing somet...
by perusi
Sun Dec 18, 2011 6:39 pm
Forum: iMacros for Firefox
Topic: Feature Requests & Bug Fix Requests. ADD YOURS!
Replies: 363
Views: 4581758

Re: Feature Requests & Bug Fix Requests. ADD YOURS!

it would be great if you found a way for DirectScreen on firefox... or something that simulates a click or a keystroke...
by perusi
Sun Dec 18, 2011 5:17 pm
Forum: iMacros for Firefox
Topic: How to make iMacros to skip the current step?
Replies: 3
Views: 5539

Re: How to make iMacros to skip the current step?

Seo... is there a way around? i have 6 lines of TAGS... all have the same mission to look for "name" fields, one tag looks for ATTR=ID, one for ATTR=NAME, etc... so... do you know a way around... so if the first TAG is found then go to the other 6 lines of TAGS that are searching for "...
by perusi
Sun Dec 18, 2011 4:49 pm
Forum: iMacros for Firefox
Topic: Wildcards (little major problem)
Replies: 4
Views: 2888

Re: Wildcards (little major problem)

still no answer? no one know?
by perusi
Sat Dec 17, 2011 7:59 pm
Forum: iMacros for Firefox
Topic: Form with No Submit Button
Replies: 10
Views: 20878

Re: Form with No Submit Button

hi,

i`m having a similar issue with one of the websites that show the captcha image only after a
keystroke has happen...

any idea how to bypass it?

thanks
by perusi
Sat Dec 17, 2011 7:33 pm
Forum: iMacros for Firefox
Topic: Wildcards (little major problem)
Replies: 4
Views: 2888

Re: Wildcards (little major problem)

i also tried this

Code: Select all

ATTR=ID:*mail*&&NAME:*mail*
no luck... i also tried the || (or operator) ...but isn`t supported by imacros :((


any way to include in the same tag the ATTR ID --and-- ATTR NAME ...but not as <see if you find both, but as see if you found one of them>

thanks
by perusi
Sat Dec 17, 2011 4:50 pm
Forum: iMacros for Firefox
Topic: How to change phrase taken by csv file every loop?
Replies: 2
Views: 1648

Re: How to change phrase taken by csv file every loop?

maybe this will help

Code: Select all

SET !ERRORIGNORE YES
SET !DATASOURCE your-file.csv
SET !DATASOURCE_COLUMNS 3
SET !DATASOURCE_LINE {{!LOOP}}
by perusi
Sat Dec 17, 2011 4:48 pm
Forum: iMacros for Firefox
Topic: Wildcards (little major problem)
Replies: 4
Views: 2888

Wildcards (little major problem)

Hi, I`m having some form fields that i want to fill, i need to fill them with wildcards so the execution time will be smaller. here`s my problem :( TAG POS=1 TYPE=INPUT:TEXT ATTR=ID:*author* CONTENT={{!col2}} TAG POS=1 TYPE=INPUT:TEXT ATTR=NAME:*author* CONTENT={{!col2}} ....some websites have diffe...