Feature request: Add 'clear' option to the .type() function · Issue #3094 · puppeteer/puppeteer

Function concerned : .type - api here Basically, add a boolean clear into the options so we specify if we want to clear the field before typing. page.type('#myinput', 'toto', {clear: true}) This wo...