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

Function select_text

tests/async/test_element_handle.py:583–586  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

581 done = []
582
583 async def select_text() -> None:
584 done.append(False)
585 await textarea.select_text(timeout=3000)
586 done.append(True)
587
588 promise = asyncio.create_task(select_text())
589 await asyncio.sleep(0) # execute scheduled tasks, but don't await them

Callers 1

Calls 2

appendMethod · 0.80
select_textMethod · 0.45

Tested by

no test coverage detected