I have got a desktop application named - EXCERPT, i have to click on "Data " option from the tool bar menu , in debug mode, i checked with highlight element it is able to identify that element and selector passed without error, but the drop down didn’t appear. i have tried with simulate and window messages both didnt work, i tried with hotkeys it is also getting the same result, when i tried with click text activity , i was able to bring that drop down, but from yesterday again im facing the same error.
Let’s first change few properties of that click
Enable simulate click
Use wait for ready as None
Now
Surround that click activity inside action block in RETRT SCOPE activity and in condition block use a ELEMENT EXISTS activity that looks for an element after drop down
Have number of retries as 3 or 5
Try on this way and let us know
i have enabled simulate,
tried with window message,
tried using wait for ready as none & complete
retry scope is also given. but the result remains same
@efelantti no the activity passes on run, but the action is not happening, enabled the highlight in debug mode, it is able to highlight the right selector while running
Could you try to isolate the issue? Create new workflow just containing the click activity (and scope, if you use Modern design experience) and see what happens.
I’m not sure what you mean. Keyboard commands are a pretty standard thing. Most apps support them. In UiPath you use the Keyboard Shortcuts activity to send them. In your app, it could be something like Alt+D to open the Data menu.