Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/playwright-python
/ LocatorHandlerGreenlet
Class
LocatorHandlerGreenlet
playwright/_impl/_greenlets.py:42–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
41
42
class
LocatorHandlerGreenlet(greenlet.greenlet):
43
def
__str__(self) -> str:
44
return
"<LocatorHandlerGreenlet>"
45
46
47
class
EventGreenlet(greenlet.greenlet):
Callers
1
_on_locator_handler_triggered
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected