How to navigate on a webpage and select element through keyboard buttons such as TAB and Enter without using mouse click

Hi,
I want to navigate on different fields of a webpage through TAB and then select the required element by pressing enter. Is there any way to do this?
Thanks!

Hey @harsh497,
Try using send hotkey activity and select TAB in the key parameter(dropdown list). you can indicate this activity to the webpage you want to automate.

Send Hotkey

let me know if you need more info.

Best Regards,
SP

1 Like

Hi @SantoshPothina,
Send Hotkey activity worked as desired.
Thank you so much for the help!