locator.fill
locator.fill is a browser runtime capability in the locator namespace.
Availability
- Runtime:
browser - Kind:
raw - Category:
interaction - Supported drivers: Playwright, Puppeteer
SDK Surface
- SDK path:
runtime.page.locator(...).fill - Async: Yes
HTTP Surface
- Transport:
workspace.execute(...) - Call:
locator.fill - Long-running: No
Reference Semantics
- Requires refs:
locator
Arguments
Result
- Type:
void - Description: Resolves when the input value is updated.

