Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/microsoft/playwright-python
/ first
Method
first
playwright/_impl/_locator.py:885–886 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
883
884
@property
885
def
first(self) ->
"FrameLocator"
:
886
return
FrameLocator(self._frame, f
"{self._frame_selector} >> nth=0"
)
887
888
@property
889
def
last(self) ->
"FrameLocator"
:
Callers
nothing calls this directly
Calls
1
FrameLocator
Class · 0.70
Tested by
no test coverage detected