I need to click a button in a web page with many variable data which are inside a table.
I have tried different ways so far, but in the best way, using the CV screen scope + CV click, is can work but it’s very slow (I have to wait at least 20 seconds before the click).
*First Create a variable and assign your data value to that variable
*And go to the selectors For example If your using click Activity go to your selectors And See First there is aaname is having or not
*If not Select aaname And Copy Your all selectors and paste it in the notepad
*And delete that selectors from that click activity and close
*Then Go to your notepad And Pass your variable in aaname
like this:
“”
then copy and paste in the selectors
Thats it
Regards,
Gulshiyaa
If you dont understand this check out this video you may got some idea
Waiting 20+ seconds for a click is not normal/expected, are you on a really bad internet connection?
What OCR are you using? Did you get an API key from the cloud.uipath.com ?
At the beginning I was using the OCR with an UiPath API, at it was really slow, so now I am trying other ways like a “Click”.
I tried a “Click” activity alone like this one with “aaname”, “id”, “idx”, “title”, … always slow.
I also tried to move the “Click” activity inside an “Attached browser” and an “Anchor” activity… nothing