Hey all,
I’m doing a search to get the result. Clicking on the value “V00958” will open another page. Since it’s not a constant value, how do I make the click work for different values ?
Hey all,
I’m doing a search to get the result. Clicking on the value “V00958” will open another page. Since it’s not a constant value, how do I make the click work for different values ?
You can use variable for the vendor code attribute
Hey Uio,
You can pass variable or if there is a title which has that number in selector just enter ‘*’ it will click on any value then.
This will work for you.
Thank you.
Please let me know if your issue resolves.
I’ve already tried using a variable and *. Both methods didn’t help.
Can you please paste original selector here so we can break it.
New Text Document.txt (1.2 KB)
@uio,
Check the selector with Ui Explorer. There would for sure property to build concrete selector for this.
Once you have the selector with that dynamic value, you can use variable and make it dynamic.
Thanks,
Ashok
I have tried using * and variable. Both methods failed stating that “Couldn’t find the element”. That’s why looking for an alternate. In the version I use there’s no “Click text” activity too. And due to policies, I can’t update the studio to latest version.
Try with Anchor base activity for classic
Anchor you can use Vendor Code
And target you can give the below text
If you are using modern you can directly do it
Hi @uio
Try using Modern Click activity by giving an anchor.
@uio, Have you tried to find more concreate selector using Ui Explorer?
Hello uio,
Can you please the zip file of the workflow??