module Playwright::TimeoutError
Overview
TimeoutError is emitted whenever certain operations are terminated due to timeout, e.g. page.waitForSelector(selector[, options])
or browserType.launch([options])
.
TimeoutError is emitted whenever certain operations are terminated due to timeout, e.g. page.waitForSelector(selector[, options])
or browserType.launch([options])
.