Defaults

object Defaults

Properties

Link copied to clipboard
const val AUTO_DISCOVER_TARGETS: Boolean = true
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Default maximum time, in milliseconds, to wait for a CDP command response before throwing a dev.kdriver.core.exceptions.CommandTimeoutException. A value <= 0 disables the timeout (wait indefinitely).

Link copied to clipboard
const val DEBUG_STRING_LIMIT: Int = 128
Link copied to clipboard
const val EXPERT: Boolean = false
Link copied to clipboard
const val HEADLESS: Boolean = false
Link copied to clipboard

Default upper bound, in milliseconds, on how long dev.kdriver.core.connection.Connection.wait will watch for the connection to go idle.

Link copied to clipboard
const val SANDBOX: Boolean = true
Link copied to clipboard

How long, in milliseconds, the connection must receive nothing before it counts as idle.