Pressing enter in puppeteer doesn\'t seem to have any effect. However, when I press other keys, it does what it should. This works:
await page.press(\'Arrow
Its page.keyboard.press()
Reference: https://pptr.dev/#?product=Puppeteer&version=v3.0.0&show=api-keyboardpresskey-options
Find keynames and keycodes at https://github.com/puppeteer/puppeteer/blob/master/src/USKeyboardLayout.js