MCPcopy Create free account
hub / github.com/Vinyzu/Botright / test_fill_input

Function test_fill_input

tests/playwright_tests/test_element_handle.py:440–444  ·  view source on GitHub ↗
(page, server)

Source from the content-addressed store, hash-verified

438
439@pytest.mark.asyncio
440async def test_fill_input(page, server):
441 await page.goto(server.PREFIX + "/input/textarea.html")
442 handle = await page.query_selector("input")
443 await handle.fill("some value")
444 assert await page.evaluate("result") == "some value"
445
446
447@pytest.mark.asyncio

Callers

nothing calls this directly

Calls 1

query_selectorMethod · 0.45

Tested by

no test coverage detected