Im trying to automate posting a comment on soundcloud everytime someone posts a comment on one of my songs. The problem I am encountering is that when I click on another users track the recorder records the url of the comment box. I am using x/y recording to try and avoid this because the url changes all the time but still when it comes to actually making the comment it records the comments box url. So then when I try and play it back to post a comment on a different user's track the macro errors and stops because its not the same url.......
What should I do?
This is my code:
TAB T=1
URL GOTO=http://soundcloud.com/groups/glitch-hoppin/tracks?page=8
CLICK X=166 Y=1551
CLICK X=191 Y=506
CLICK X=177 Y=2817
TAG POS=1 TYPE=TEXTAREA FORM=ACTION:/sonicplayground/ransom-notes-1/comments/ ATTR=ID:comment_body CONTENT=Thanks.
CLICK X=490 Y=2817 CONTENT=Thanks.
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:no-timestamp-comment-form ATTR=NAME:commit&&VALUE:Post<SP>comment
BACK
The majority of soundcloud is a uniform size so clicking is fine. As you can see when it comes to posting the comment is uses a url even though it was recording in click mode. The url will change every time i post a thankyou comment to a different user. IS there a way I can read the url of the user i click on and auto fill in the url data when it comes to posting the comment?
