Search found 7 matches

by ing32
Tue Jul 31, 2018 6:49 pm
Forum: iMacros for Chrome
Topic: I need help to complete a code
Replies: 3
Views: 3408

Re: I need help to complete a code

Nvm just did it myself
by ing32
Mon Jul 30, 2018 8:43 pm
Forum: General Support & Discussions
Topic: Comment Box YOUTUBE
Replies: 1
Views: 2322

Comment Box YOUTUBE

Windows 7 Using chrome iMacros free VERSION BUILD=1002 RECORDER=CR Tested only in chrome Version is 6.6. Around CR67 SET !TIMEOUT_STEP 0 SET !ERRORIGNORE YES TAG POS=1 TYPE=A ATTR=TXT:Comment<SP>on<SP>Video WAIT SECONDS=10 EVENT TYPE=CLICK SELECTOR="#comment-section-renderer>DIV>DIV:mth-of-type...
by ing32
Mon Jul 30, 2018 7:01 pm
Forum: iMacros for Chrome
Topic: I need help to complete a code
Replies: 3
Views: 3408

I need help to complete a code

SET !TIMEOUT_STEP 0 SET !ERRORIGNORE YES WAIT SECONDS=20 TAG POS=1 TYPE=A ATTR=TXT:Like<SP>Video WAIT SECONDS=5 TAG POS=1 TYPE=YT-FORMATTED-STRING ATTR=ID:text TAB CLOSE Windows 7 Using chrome iMacros free VERSION BUILD=1002 RECORDER=CR Tested only in chrome Version is 6.6. Around CR67 as you said ...
by ing32
Mon Jul 30, 2018 4:37 pm
Forum: iMacros for Chrome
Topic: How do you create a repeating macro on multiple URLs?
Replies: 4
Views: 5352

Re: How do you create a repeating macro on multiple URLs?

Sir, I use an addon who opens pop-up as new tab, then I use something like this code:

If this helps you.

Code: Select all

(*your code*)
TAB T=1
by ing32
Mon Jul 30, 2018 4:34 pm
Forum: iMacros for Chrome
Topic: IF String file not found SKIP problem
Replies: 5
Views: 4594

Re: IF String file not found SKIP problem

The code it's up in the thread Windows 7 Using chrome iMacros free VERSION BUILD=1002 RECORDER=CR Tested only in chrome Do you need a photo of my system..? I just need a script that skips if a string is not found.. => iMacros for CR v10.0.2 'Free', CR v...?, Win7. Hum, Browser Version still missing...
by ing32
Mon Jul 30, 2018 11:43 am
Forum: iMacros for Chrome
Topic: IF String file not found SKIP problem
Replies: 5
Views: 4594

Re: IF String file not found SKIP problem

The code it's up in the thread

Windows 7
Using chrome
iMacros free
VERSION BUILD=1002 RECORDER=CR
Tested only in chrome

Do you need a photo of my system..?
I just need a script that skips if a string is not found..
by ing32
Mon Jul 30, 2018 7:30 am
Forum: iMacros for Chrome
Topic: IF String file not found SKIP problem
Replies: 5
Views: 4594

IF String file not found SKIP problem

Hello! I have a problem with my code VERSION BUILD=1002 RECORDER=CR TAG POS=1 TYPE=BUTTON ATTR=TXT:Like WAIT SECONDS=5 TAG POS=1 TYPE=YT-FORMATTED-STRING ATTR=ID:text WAIT SECONDS=10 TAB T=1 WAIT SECONDS=10 TAG POS=2 TYPE=BUTTON ATTR=TXT:Like WAIT SECONDS=5 TAG POS=1 TYPE=YT-FORMATTED-STRING ATTR=ID...