I need to control an box like alert box, like this: Image to control
ok, i tried this:
await page.type(String.fromCharCode(37)); // arrow left
await page.type(String.fromCharCode(13)); // arrow enter
But it don't work with these boxs.. There is some way to control it?
CodePudding user response: