Simulate an Enter Key Press

It may be possible, but this a common and flawed line of thinking.

Don’t simulate a key press. Move your key press logic to a function in a script library, and make the key press event and whatever triggers this new scenario call that function.

5 Likes