Floating menu on Web

My automation (click or hotkey activity) does not click on the menu item clild, it stays there for some time and then errors out… Please help

Did you check if your selectors are changing when you run the workflow? Add a ‘Highlight’ activity before the click activity with the same selector as ‘Click’ to see if the selector itself is valid.

Are you manually able to click on ‘Child’ by Pressing ‘Enter’ after 2 ‘Down’ key? If that works then i believe it should work with ‘Send Hotkey’ as well.

Thanks,
Rammohan B.

Thank you so much, hotkeys manually work,but not when running the robot.
I will try again