Hi all,
I have been searching, and I haven’t been able to get the solution.
The UI I’m working off is only clickable when using CV Screen Scope.
What I have done and what I want…
- CV Screen Scope
- Extract Data Table
- For each row in Datatable
- If row… contains(“number”) = True ---- number (var) changes every 3months
- Result is found
6. CV Click the element where row(x).Tostring = True
I’m stuck on resolving step 6. How do I point CV Click to double click the Element where the datatable found row = True?
I hope this all makes sense. TIA!