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
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
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
Try to print/check CurrentElement selector & values to check what’s being clicked for debug purpose.
Thanks,
Ashok
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
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
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.