Search found 9 matches

by kamimipt
Wed Jul 04, 2018 5:08 pm
Forum: iMacros Consultants
Topic: paid job - customize script
Replies: 3
Views: 12234

Re: paid job - customize script

add me skype: pt_zealves_
by kamimipt
Wed Oct 04, 2017 10:12 pm
Forum: iMacros for Firefox
Topic: Loop / iim calling javascript and then extracting
Replies: 8
Views: 7406

Re: Loop / iim calling javascript and then extracting

I might have failed to answer your questions before, even so, theres no need for that kind of behavior! It's no a Qt of "Need", I'm just asking you to use the Forum "a bit correctly" and to handle and finish your previous Threads correctly... :roll: Arguing with (Advanced) Users...
by kamimipt
Wed Oct 04, 2017 10:02 pm
Forum: iMacros for Firefox
Topic: Loop / iim calling javascript and then extracting
Replies: 8
Views: 7406

Re: Loop / iim calling javascript and then extracting

Its different from that post, also i'm already able to to extract from the csv file, i just need some help with the java script to detect the image i need and then return something to let the imacro to extract to a diferent file, thats the part im not able to do Also, sarcasm not needed Well, then ...
by kamimipt
Wed Oct 04, 2017 9:43 pm
Forum: iMacros for Firefox
Topic: Loop / iim calling javascript and then extracting
Replies: 8
Views: 7406

Re: Loop / iim calling javascript and then extracting

Its different from that post, also i'm already able to to extract from the csv file, i just need some help with the java script to detect the image i need and then return something to let the imacro to extract to a diferent file, thats the part im not able to do

Also, sarcasm not needed
by kamimipt
Wed Oct 04, 2017 7:49 pm
Forum: iMacros for Firefox
Topic: Loop / iim calling javascript and then extracting
Replies: 8
Views: 7406

Loop / iim calling javascript and then extracting

Hello guys, hope all is well and if u could help me with this code i'd be thankfull :) I'm not a programmer so i lack of knowledge of programming :S So i'd like to Have a Java Script that would call a .iim then in that .iim it would have a Jscript checking for a image and if that image was true it w...
by kamimipt
Tue Sep 05, 2017 8:44 pm
Forum: iMacros for Chrome
Topic: Imacros - CSV Loop Login
Replies: 1
Views: 4871

Imacros - CSV Loop Login

Hello guys i'd like your help fixing this pls :D I'm tryingo to get the information from a CSV file with 3 columns 1st one is irrelevant, 2nd is the username and 3rd the password. SET !EXTRACT_TEST_POPUP NO SET !ERRORIGNORE YES SET !ENCRYPTION NO TAB T=1 SET !DATASOURCE login.csv SET !DATASOURCE_COL...
by kamimipt
Wed Aug 23, 2017 9:15 pm
Forum: iMacros for Chrome
Topic: Imacros - Loop
Replies: 4
Views: 5287

Re: Imacros - Loop

iimfun wrote:If you have !ERRORIGNORE set to YES try to switch it. I mean

Code: Select all

SET !ERRORIGNORE NO
SET !TIMEOUT_STEP 99999
TAG POS=1 TYPE=A ATTR=TXT:Tribos<SP>-<SP>Ativação
SET !ERRORIGNORE YES
thanks
by kamimipt
Tue Aug 22, 2017 7:51 am
Forum: iMacros for Chrome
Topic: Imacros - Loop
Replies: 4
Views: 5287

Re: Imacros - Loop

iimfun wrote:Hello,

Your issue seems to be solved with using the variable !TIMEOUT_STEP

Code: Select all

SET !TIMEOUT_STEP 99999
instead of the WAIT command.
I tried using that but it seems to just skip the command
by kamimipt
Thu Aug 17, 2017 2:16 pm
Forum: iMacros for Chrome
Topic: Imacros - Loop
Replies: 4
Views: 5287

Imacros - Loop

Hello, i have this piece of code and i'd like to make a loop out of it but my lack of understanding on imacros and JS is stoping me to make it WAIT SECONDS=33 TAG POS=1 TYPE=A ATTR=TXT:Tribos<SP>-<SP>Ativação The thing i wanted is to make a loop that waited until the "Tribos - Ativação" Li...