Hi all,
I am currently working on a automation scenario where I want to click on the verify button and until the table ends. The data scrapping is not working for me. I have declared an i variable of type int32. and trying to call it on selector but getting an error. Here is the image
I am just adding β+i.tostring+β in the tablerow. But selector is getting error. Any help in this regard will be highly appreciated.
ceyda_eren
(Ceyda Eren)
October 8, 2022, 10:07am
2
If you select the part you wrote 2 and right click, you can select the variable (i) you created before
already did that. bit selector got failed
ceyda_eren
(Ceyda Eren)
October 8, 2022, 10:12am
4
can you try β{{i}}β like this
1 Like
yes i have already done that⦠selector got failed.
ceyda_eren
(Ceyda Eren)
October 8, 2022, 10:18am
6
can you please write the selector that gets error, i can try too
HI @enthusiastic
Check these steps and follow like mentioned
Hello Everyone,
Checkout this tutorial for knowing about a Dynamic Selector.
What is a Dynamic Selector?
Here are the Steps
In this example i am using a dynamic selector with the text attribute , you can use what ever the attributes based on your project needs
Step1:
Add Assign Activity and use the text in which you need to use in your dynamic selector
[image]
Step2:
Open UI Explorer in Click Activity or any that represents a action in the ui element and indicate on screen and checkβ¦
Regards
Sudharsan