MCPcopy Index your code
hub / github.com/microsoft/playwright-python / test_fill_input

Function test_fill_input

tests/async/test_fill.py:35–38  ·  view source on GitHub ↗
(page: Page, server: Server)

Source from the content-addressed store, hash-verified

33
34
35async def test_fill_input(page: Page, server: Server) -> None:
36 await page.goto(f"{server.PREFIX}/input/textarea.html")
37 await page.fill("input", "some value")
38 assert await page.evaluate("result") == "some value"

Callers

nothing calls this directly

Calls 3

gotoMethod · 0.45
fillMethod · 0.45
evaluateMethod · 0.45

Tested by

no test coverage detected