How do I press the e key

How do I press the e key

I have a menu with multiple values I want to open. I use a while loop to tab to the correct entry. Next I want to press e on my keyboard to edit that item.

Just press e, feels like it should be a simple solution. Please assist.

HI
welcome to uipath community

did we try with SEND HOT KEY activity with key as e
or
TYPE INTO ACTIVITY With key as e

Cheers @Rho_Ackerman

Thanks @Palaniyappan

SEND HOT KEY worked, had ““e”” in properties. Changed to “e”. and Made SpecialKey False

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.