Keyboard action on edge browser download window

I am trying to navigate to Keep button on downloads using Keyboard shortcuts Ctrl+J, TAB and then ENTER key
image

but it navigates to “See more” link instead of Keep button on TAB pressed

image

Need assistance

Thanks

hi @nikhil.chandre

Please check the tab button whether it’s going over there or not and also confirm that how many times the tab need to be given to go to that keep button. So accordingly make the changes in the code.

Regards

Hi @nikhil.chandre

You can use the check app state and indicate the downloads word in and the in the target appears section give the click button for the keep button. Here when the downloads word is visible then only the bot will click on the keep option.

Regards

Hey @nikhil.chandre ,

After sending Ctrl+J, you can use the ‘Click’ Activity to select the ‘Keep’ option from the options. Use a ‘Check app state’ to detect the download popup and the use the ‘Click’ activity inside it.