MCPcopy 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"]:

Calls

no outgoing calls