feat: add page.clear method by yanivefraim · Pull Request #3180 · puppeteer/puppeteer
I wasn't sure about implementation (if to use setSelection + backspace or just to clear the value). Setting element.value = '' was the easiest... (: Didn't handle case of non input ...