Type in the text into the input field.
page .goto('https://test.k6.io/browser.php') .then(() => { const text = page.locator("#text1"); text.type('hello world!'); });