POS HELP

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
Monero
Posts: 1
Joined: Thu May 31, 2018 6:04 pm

POS HELP

Post by Monero » Thu May 31, 2018 6:15 pm

Hi guys im making a macro i just want to solve something that i can solve...
the macro goES to A webpage press one buttom to make a reply
leaves a msg ..and press enter
the problem is that i cant press enter in each comment, i can put the same msg in each comment, but i cant press enter in each comment, i saw that the second POS NUMBER is double than the first POST so i tried to make a var to adding to POS !loop NUMBER +2 BUT IS NOT WORKING----

code :
WAIT SECONDS=4

TAG POS={{!LOOP}} TYPE=YT-FORMATTED-STRING ATTR=CLASS:style-scope<SP>ytd-button-renderer<SP>style-text<SP>

WAIT SECONDS=2

'EVENTS TYPE=KEYPRESS SELECTOR="#gsr" CHARS="fv" MODIFIERS="ctrl"
EVENTS TYPE=KEYPRESS SELECTOR=* CHARS="TEXT" MODIFIERS="ctrl"


TAG POS={{!LOOP}} TYPE=YT-FORMATTED-STRING ATTR=ID:text
(HERE I NEED TO ADD +2 TO LOOP NUMBER--- TO PRESS REPLY IN THE MSG)


WAIT SECONDS=2

thanks!
Post Reply