Is it possible to copy text to clipboard in a browser without clicking on it?

Hi,

Is it possible to copy text to clipboard in a browser without clicking on it? The reason being is that the text is a hyperlink and I need t copy the value as a variable.

Thanks
T

@TRX

Use Get Attribute activity

image

Be aware that some link can be URI and you need to concatenate with base url

if for some reason you need to copy the value to Clipboard, use Set To Clipboard Activity, but you can save the value directly to a variable

Thanks! That worked a treat!!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.