xxxxxxxxxx
// When working with iframes, you can create a frame locator that will enter the iframe and allow locating elements in that iframe:
const locator = page.frameLocator('iframe').getByText('Submit');
await locator.click();
xxxxxxxxxx
<input type="number" placeholder="multiple of 10" step="10" min="0" max="100" />