If i use sendWindowMessages and SimulateClick does nothing. I get no error but it doesn’t click.
I set a delay before and after the click, tried to change the selectors, increase timeout, change WaitForReady property.
Hi
did we try with SEND HOTKEY ACTIVITY like key tab that can navigate across fields and use n number of send hotkey activities with key as tab until it reaches the field we want and then use finally a send hotkey activity with key as enter
or
if that is a new window within any application is that click activity is placed within any ATTACH WINDOW activity
or is WAITFORREADY property set with value as complete
I’m not using UiPath anymore, but I remember that I got the element, used get position to get the bounding box for that element, calculate the center and click using the coordinates.
Hope this helps…