Problem with CV Scope/Click/attach Window not recognizing elements in Desktop application!

Hello All !

Problem is - basically I want pass dynamic Selector in Click Activity(row index)there is one table on desktop application from that i want to pass rowindex inside click activity but not able get selector and I am using Cloud Server for Automation! I have used CV Scope /Attach window but still not able get selector ! does any one know the Solution for ?
Thank you in advanced

@rohan.dhole

You are unable to indicate the elements in the window?

did you try with active accessibility mode as well?

cheers

I am able to indicate element in window but not getting selector !
Yes I tried with active accessibility mode as well !

@rohan.dhole

What error are you getting? when you say not getting selector?

cheers

@Anil_G

There is one data table in Application ! I want iterate that table and find specific row index ! after that I want pass that rowindex inside click activity to Click on particular row ! but in click activity I am not getting Selector !

@rohan.dhole

Can you show a screenshot of the same?

as it is desktop application mostly it might not be exposed as well

did you try with cv activities as well?

cheers

@Anil_G
Sorry but I cant show the application screenshot !
I tired as well that CV Activities ! Using CV Click I am getting only Text like (“Target: Text ‘($105.00)’ (495,447,50,14)”)

@rohan.dhole

try cv extract table get data and based on text you can do clicks

cheers

@Anil_G For Clicking dynamically we need selector ! Idx or rowindex ! these selector I am not getting !

@rohan.dhole

in cv you wont have those you needto go with the text value only

cheers

1 Like

@Anil_G Thank you for suggestions ! I will try…

Cheers

1 Like