I encountered a problem, this is a special drop-down box, need to click to display the menu, but the mouse moved away and automatically hidden…….
How do I select the contents of the drop-down box?
Hey @Uddynitjh
Kindly do the same in UiPath.
I guess two click activities should do the job.
Thanks
#nK
The first click shows the drop-down menu, and the second click automatically hides the contents of the drop-down box. I also tested F2, and then right-clicked to make the drop-down box display, but the test did not work
No simulated clicks are used
can you change CursorMotionType to Instant and try?
if not working, use modern click (need to use in use application scope)
then in this click activity, tick enable native text, and try select your option and make sure text under fuzzy selector is the text you want to click
I solved it, still because of the selector. But thanks to you I’ve learned something new!
Cool Thanks @Uddynitjh
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.