Copy Link Address not working

Hi Devs, I have used right click on a download button but when I click on Copy link address, it doesn’t work. Pls has anyone experienced such and the solution to it. Regards

Hi @stanstilo. What type of error you are facing?
Might be possible it is not clicking correctly or correct position.

@stanstilo

You can actually use get attribute activity with thw selector on download button and then get the href attribute value which will be the url

Hope this helps

Cheers

Hello @stanstilo

if the purpose is just to get the link from the button, instead of doing right click and copy the url, you can use the get attribute activity and get the href property.

Thanks

1 Like