How to click a button in a web page with many variable data

Hello,

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).

Any idea?

Thanks,
Diego

Hi @495713

You can pass your variable in click activity
aaname = ’ " + In_variable + " ’ If you dont understand plz ask me I explain in you detail

Regards,
Gulshiyaa

2 Likes

Hi @gulshiyaa,

thanks for your answer, can you please give me more details?

Thanks,
Diego

Hi @495713

*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

image

Thats it

Regards,
Gulshiyaa

If you dont understand this check out this video you may got some idea

1 Like

Hi,

I am trying to follow your advice, let’s see.

Thanks so far,
Diego

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 ?

Hi @Cosin,

the connection is good, everything else is fine.

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


2

Any idea?

Thanks,
Diego

Hello,

anyone know how to make it faster please?

Thanks,
Diego