Hi,
can someone give me an advice how to define dynamic selector in CV Click:
In a for each row in datatable I need to click on number 1-9.
Thx and kind regards,
Vanja
Hi,
can someone give me an advice how to define dynamic selector in CV Click:
In a for each row in datatable I need to click on number 1-9.
Thx and kind regards,
Vanja
HI @VanjaV
I think this is not possible in CV activities
Have you tried with normal activities?
Regards
Sudharsan
Hi @VanjaV - I guess you cannot make dynamic selector with CV click as it always captures the on-screen coordinates of the target and anchor. So, please try with normal click activity. If no, you can use 9 CV clicks to click one each value (not a best option)
Hello @VanjaV
Can you please explain your scenarios and challenges in using the normal click activity?
Thanks
Hi @Rahul_Unnikrishnan, @Sudharsan_Ka, @ushu
if I click on number:
I can make selector to this field only.
If I enter {{vcRowNumber}}, then it will be replaced with initial ‘2’.
If I do not click on any number, then target appears only like this:
It is a desktop application.
Thx and kind regards,
Vanja
Try with classic click activity and share the screenshot here @VanjaV
Modern design is enabled on your project kindly disable it or go to filters in the activity panel-> Show classic activity and use the click activity of classic
To Disable modern design
To enable classic actvity
Try with this activity and follow this steps to make a dynamic selectors
https://forum.uipath.com/t/brief-about-dynamic-selectors/474954/4
Regards
Sudharsan
it is the same as in modern…
Have you tried with the Find Text position activity or clcik text ?
Regards
Sudharsan
Is it a web appication? And is it a table?
If you are using the modern designer it will be using the anchor, you can use that.
Thanks
Solved:
I use CV Click only to click into the first field.
The rest I accomplish with keyboard buttons (tab, ctrl-tab, right, left, space, enter, down,…) and send hotkey activity or set to clipboard activity.
Thx to all for all suggestions.
Kind Regards,
Vanja
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.