NoBrowserExecutablePathException

Exception thrown when the browser executable path is not set and the platform does not support automatically finding the Chrome executable.

This exception is typically thrown when the browserExecutablePath parameter is not specified and the findChromeExecutable function is not supported on the current platform.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?