MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / TimeoutError

Class TimeoutError

javascript/selenium-webdriver/lib/error.js:282–287  ·  view source on GitHub ↗

* An operation did not complete before its timeout expired.

Source from the content-addressed store, hash-verified

280 * An operation did not complete before its timeout expired.
281 */
282class TimeoutError extends WebDriverError {
283 /** @param {string=} opt_error the error message, if any. */
284 constructor(opt_error) {
285 super(opt_error)
286 }
287}
288
289/**
290 * A request to set a cookie’s value could not be satisfied.

Callers 1

startMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected