I need help to complete a code

Discussions and Tech Support specific to the iMacros for Chrome extension.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team

Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
Post Reply
ing32
Posts: 7
Joined: Mon Jul 30, 2018 7:26 am

I need help to complete a code

Post by ing32 » Mon Jul 30, 2018 7:01 pm

Code: Select all

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 in the last topic *I think*

Image

Can anyone help me to complete this code? I want to skip that file when it says that the file was removed.

This is the site I used for the code.

This is the element as HTML (Used inspect element)

Code: Select all

<a href="javascript:void(0);" onclick="FBSkip(2596316);">Skip this Video</a>
I could not find the skip button action with iMacro recorder.

I would really appreciate if anyone helps me because this gives me a HARD time. I know there are awesome coders/moderators who knows how to do it (I HOPE).


*OOF Sorry if this is for general again.. I forgot.. *
chivracq
Posts: 10301
Joined: Sat Apr 13, 2013 1:07 pm
Location: Amsterdam (NL)

Re: I need help to complete a code

Post by chivracq » Mon Jul 30, 2018 9:55 pm

ing32 wrote:

Code: Select all

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

Code: Select all

Windows 7 
Using chrome
iMacros free
VERSION BUILD=1002 RECORDER=CR
Tested only in chrome
Version is 6.6.
Around CR67 as you said in the last topic *I think*
Image

Can anyone help me to complete this code? I want to skip that file when it says that the file was removed.

This is the site I used for the code.

This is the element as HTML (Used inspect element)

Code: Select all

<a href="javascript:void(0);" onclick="FBSkip(2596316);">Skip this Video</a>
I could not find the skip button action with iMacro recorder.

I would really appreciate if anyone helps me because this gives me a HARD time. I know there are awesome coders/moderators who knows how to do it (I HOPE).

*OOF Sorry if this is for general again.. I forgot.. *
Yep, was for the 'General' Sub-Forum indeed, but no need to duplicate, we can always move your Thread...

Hum, some "Blocking" Element for me to help Users, even "worse" than not selecting the correct Sub-Forum, ah-ah...!, is this current Thread Title, completely useless because not Descriptive, try searching the Forum for similar Threads using the Keywords contained in your Thread Title, well..., good luck...!

And hum, I won't help you anyway in this one, you got a bit "lucky" in your previous one, I normally never help for Social Media and Like/Follow/Comment/etc, and "that Site" has btw some Anti-Bot Policy...: :wink:
We have a strict NO Bot/Macro/Automation policy.
All followers/likes/views are from real people.
Last edited by chivracq on Tue Jul 31, 2018 6:59 pm, edited 1 time in total.
- (F)CI(M) = (Full) Config Info (Missing): iMacros + Browser + OS (+ all 3 Versions + 'Free'/'PE'/'Trial').
- FCI not mentioned: I don't even read the Qt...! (or only to catch Spam!)
- Script & URL help a lot for more "educated" Help...
ing32
Posts: 7
Joined: Mon Jul 30, 2018 7:26 am

Re: I need help to complete a code

Post by ing32 » Tue Jul 31, 2018 6:49 pm

Nvm just did it myself
chivracq
Posts: 10301
Joined: Sat Apr 13, 2013 1:07 pm
Location: Amsterdam (NL)

Re: I need help to complete a code

Post by chivracq » Tue Jul 31, 2018 7:06 pm

ing32 wrote:Nvm just did it myself
Yeah well..., very good that you managed to solve your Pb by yourself :D , and "nvm" maybe for this one 8) , but I won't try to help you in future Threads if you don't give this one a Descriptive Thread Title and don't share your Solution/Final Script...
So maybe you should still "comply" with my "Quality Standards", just an "Idea"... (And "nvm" indeed if you don't...) :idea:
- (F)CI(M) = (Full) Config Info (Missing): iMacros + Browser + OS (+ all 3 Versions + 'Free'/'PE'/'Trial').
- FCI not mentioned: I don't even read the Qt...! (or only to catch Spam!)
- Script & URL help a lot for more "educated" Help...
Post Reply