I have successfully made a macro that goes to this website : (http://tooxclusive.com/download-mp3/) and opens the first post. Once the post has loaded, I have been able to use the “store” command and some javascript to copy the post title and paste it in another online form. The major challenge I have now is telling Kantu to copy the download link in the post and paste it in my other form.
I have tried this with “storeattribute” but unfortunately the mp3 download link has a varying xpath that is not using an id for every post. I am worried that soon when a new post comes up and my macro will try to copy the download link and fail because the xpath will be different.
I also tried this with “Xclick” but I later realized “Xclick” has no option of storing the link attribute. My macro runs after every 5 minutes mainly to go to that link choose the latest post and copy the post title and copy and paste the download link in the post. Someone help.
Thanks for the contribution admin. Now that the unstable Xpath has been found I actually don’t want to click ‘DOWNLOAD MP3’ I need to copy the link attribute and store it to be pasted later in another tab.
Thanks a lot. It works perfect. Is there any material online you can recommend for me to read so that I can understand how to extract attributes from any element on any website.