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

Function monotonic_time

playwright/_impl/_helper.py:390–391  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

388
389
390def monotonic_time() -> int:
391 return math.floor(time.monotonic() * 1000)
392
393
394class RouteHandlerInvocation:

Callers 3

_with_elementMethod · 0.90
expect_navigationMethod · 0.90
continuationMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected