ConfigBuilder
class ConfigBuilder
Builder class for creating Config instances using Kotlin DSL syntax.
Example usage:
val config = config {
headless = true
userAgent = "Custom Agent"
sandbox = false
}Content copied to clipboard
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
How long, in milliseconds, the connection must receive nothing before it counts as idle.
Link copied to clipboard