Timeouts

class Timeouts(val navigationMillis: Long, val settleMillis: Long, val scriptMillis: Long, val totalMillis: Long)

Ceilings, in milliseconds. Each stage is bounded separately, and total bounds the whole task even when no single stage exceeds its own limit.

Constructors

Link copied to clipboard
constructor(navigationMillis: Long, settleMillis: Long, scriptMillis: Long, totalMillis: Long)

Properties

Link copied to clipboard
Link copied to clipboard

Ceiling for a single dev.webdroid.Page.evaluate call.

Link copied to clipboard

Ceiling for waiting on the WaitUntil condition after navigation completes.

Link copied to clipboard

Ceiling for the whole task, even when no single stage exceeds its own limit.