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

Method as_element

playwright/_impl/_js_handle.py:110–111  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

108 }
109
110 def as_element(self) -> Optional["ElementHandle"]:
111 return None
112
113 async def dispose(self) -> None:
114 try:

Calls

no outgoing calls