Hello, is it possible to retrieve the url behind a button like this using Katalon recorder and store it StoreValue / StoreText ?


![]()
Thanks ![]()
Hello, is it possible to retrieve the url behind a button like this using Katalon recorder and store it StoreValue / StoreText ?


![]()
Thanks ![]()
Hi there,
Thank you very much for your topic. Please note that it may take a little while before a member of our community or from Katalon team responds to you.
Thanks!
You are wanting the contents of the โhrefโ attribute, so maybe the below link may work for you.
Hello @grylion54, thank you for your reply.
Thanks to you and this link, I was able to do just that.
storeAttribute | xpath=//html/body/div[2]/div[2]/div/div[2]/div/div/div[2]/table/tbody/tr[${ii}]/td[7]/div/a[1]@href | link
![]()