MCPcopy Index your code
hub / github.com/microsoft/playwright-python / default_timeout

Method default_timeout

playwright/_impl/_helper.py:331–332  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

329 return self._default_navigation_timeout
330
331 def default_timeout(self) -> Optional[float]:
332 return self._default_timeout
333
334 def navigation_timeout(self, timeout: float = None) -> float:
335 if timeout is not None:

Callers 1

pauseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected