Browser Interaction
Element targeting, typing, clicking, and readiness checks.
Support Matrix
Capabilities
page.locator- Create a locator bound to the current page.page.captcha.detect- Detect supported captcha widgets on the active page.page.captcha.solve- Attempt to solve a supported captcha on the active page.locator.click- Click the matched element.locator.fill- Replace the current value of an input-like element.locator.type- Type text into the matched element.locator.press- Send a keypress to the matched element.locator.waitFor- Wait for the matched element to reach the requested state.

