How to sent the enter key with no target

Hi Kyle,

You can try this. It works for me

WebUI.sendKeys(null, Keys.chord(Keys.CONTROL, ā€˜v’))

Just make the target null.

Hope that helps. . . :slight_smile:

1 Like