Cannot send enter key to browser

The send key “enter” does not seem to work in my workflow and I have no idea why. Can anyone please help? It’s the send key right before it tries to name the pdf.

Copy of LSE RNS 2.xaml (24.6 KB)

Hi @coderockride!
The Send Hotkey is right before Type Into.

Yes, I put it there. Apologies but perhaps I need to rephrase my question. Why is my routine hanging on this step? It does not seem to actually send the key. I cannot get the save dialog to appear.

I had the same issue. In my case, the hotkey worked the first time in a web recorder, but when I run the code, it would enter [k(enter)] inside the text field. (see screenshot below).



To make this work I’ve created a separate type into block, and disabled “SimulateType” property.