TimeoutException
Playwright\Exception\TimeoutException
Thrown when an operation times out.
extends PlaywrightException
Methods
__construct()
function __construct( string $message, private readonly float $timeoutMs = 0.0, ?\Throwable $previous = null, array $context = [], )
getTimeoutMs()
floatfunction getTimeoutMs(): float