I’ve used page.keyboard.press('Enter');
usually 🙂 Works for me.
Have a look at the documentation here. I think you should use .keyboard
before .press
for it to work properly.
I’ve used page.keyboard.press('Enter');
usually 🙂 Works for me.
Have a look at the documentation here. I think you should use .keyboard
before .press
for it to work properly.