I have an input element in my page, I wanna press enter to display an animation.But I cann’t get the keycode when I use sendKeys command. { “Command”: “type”, “Target”: “id=sign-input”, “Value”: “aaa” }, { “Command”: “sendKeys”, “Target”: “id=sign-input”, “Value”: “${KEY_ENTER}” },