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