`locator.fill()`を使う。 ```ts await page.getByRole('textbox').fill('Peter'); ```