I Need help with imacros frames with changing frame numbers

rap8557

Banned - Selling via PM
Joined
Sep 15, 2008
Messages
2,000
Reaction score
611
Im currently making a YT commenter but i can't make it work, i've realize that the frame is changing numbers.
Please help i really don't know how to code.

VERSION BUILD=8920312 RECORDER=FX
TAB T=1
URL GOTO=https://www.youtube.com/watch?v=FSNasZ5W_8A
EVENT TYPE=CLICK SELECTOR="#yt-comments-sb-standin>DIV>DIV:nth-of-type(3)>SPAN" BUTTON=0
FRAME NAME="I0_1428895033347"
EVENTS TYPE=KEYPRESS SELECTOR="#\\:9\\.f" CHARS="sfrgrh"



This code FRAME NAME="I0_1428895033347" is always changing whenever i change my youtube account. I've already done my research and found this solution http://forum.imacros.net/viewtopic.php?f=6&t=12147 but i don't know how to implement it on imacros.

Please guys help..
Thanks
 
Try this, I will not go into the full details on a public forum. Scrape the frame ID when the
page loads and save it to a var, then load it back into the code at the point it's needed.
When you chage to the next account, clear and reset the var new.

Code:
http://wiki.imacros.net/Data_Extraction
 
Thanks for the reply, but scraping frame id will take a lot of time but it will do the trick.
I'll do this as a temporary fix.
Try this, I will not go into the full details on a public forum. Scrape the frame ID when the
page loads and save it to a var, then load it back into the code at the point it's needed.
When you chage to the next account, clear and reset the var new.

Code:
http://wiki.imacros.net/Data_Extraction
 
Thanks for the reply, but scraping frame id will take a lot of time but it will do the trick.
I'll do this as a temporary fix.

Ok, i've just tested this but still it didn't worked. It seems youtube change the frame no when you change channel and videos. I still need help with this.

Thanks you
 
Ok, i've just tested this but still it didn't worked. It seems youtube change the frame no when you change channel and videos. I still need help with this.

Thanks you

Then you may need to grab the ID every time it's changed, or on evey page load.
 
Ok, i've just tested this but still it didn't worked. It seems youtube change the frame no when you change channel and videos. I still need help with this.

Thanks you


Facing the same problem ... Sir can you Dm how can i grab the Fram ID ??
 
Back
Top