```sh $ playwright-cli type "0812345679" ### Ran Playwright code // Press 812345679 await page.keyboard.type('812345679'); ``` It should type "0812345679", not "812345679".