Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/playwright-python
/ is_navigation_request
Method
is_navigation_request
playwright/_impl/_network.py:268–269 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
266
return
frame
267
268
def
is_navigation_request(self) -> bool:
269
return
self._initializer[
"isNavigationRequest"
]
270
271
@property
272
def
redirected_from(self) -> Optional[
"Request"
]:
Callers
9
_handle
Method · 0.45
test_should_not_allow_to_access_frame_on_popup_main_request
Function · 0.45
handle_request
Function · 0.45
test_request_is_navigation_request_should_work
Function · 0.45
test_request_is_navigation_request_should_work_when_navigating_to_image
Function · 0.45
handle_request
Function · 0.45
test_page_route_should_not_work_with_redirects
Function · 0.45
test_request_fulfill_should_work_with_request_interception
Function · 0.45
handle
Function · 0.45
Calls
no outgoing calls
Tested by
8
test_should_not_allow_to_access_frame_on_popup_main_request
Function · 0.36
handle_request
Function · 0.36
test_request_is_navigation_request_should_work
Function · 0.36
test_request_is_navigation_request_should_work_when_navigating_to_image
Function · 0.36
handle_request
Function · 0.36
test_page_route_should_not_work_with_redirects
Function · 0.36
test_request_fulfill_should_work_with_request_interception
Function · 0.36
handle
Function · 0.36