For each UI element not clicking

Hi,
I’m working on automation and I have a hyperlink table, like this one.

I have to click on the text to make some actions next, but it didn’t click on the labels.
I’ll attach my flow

Thanks

@Gabriele_Radici

go to debug panel and select highlight elements and check if the elements are getting highlighted or not

also try click type as hardware events

cheers

@Gabriele_Radici,

Try to print/check CurrentElement selector & values to check what’s being clicked for debug purpose.

Thanks,
Ashok :slight_smile:

This is the element that it try to click:
html app=‘chrome.exe’ title=‘Portale Collaboratori’ /><webctrl tableRow=‘2’ tag=‘TD’

And the label is correct, it takes the clickable text

Wdym with “try click type”

This is the element that it try to click:
html app=‘chrome.exe’ title=‘Portale Collaboratori’ /><webctrl tableRow=‘2’ tag=‘TD’

And the label is correct, it takes the clickable text

@Gabriele_Radici,

While selecting For Each element, check if the relevant UI elements are highlighted or not.

If they are highlighted then it should be clicked.

Thanks,
Ashok :slight_smile:

Hardware Events is interaction method, it’s under Input Mode property in Click activity

Cattura
This is what I have highlighted, I have to click the text.

Do you mean in the click activity properties?

Yes. Surely it was suggested because Hardware Events is the most reliable interaction method. If other interaction methods did not work for whatever reason then even though you would get proper UI elements the click might not work.