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

Function select_text

tests/playwright_tests/test_element_handle.py:500–503  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

498 done = []
499
500 async def select_text():
501 done.append(False)
502 await textarea.select_text(timeout=3000)
503 done.append(True)
504
505 promise = asyncio.create_task(select_text())
506 await asyncio.sleep(0) # execute scheduled tasks, but don't await them

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected