WebBrowser

class WebBrowser(open: OpenBrowser = { Runtime.getRuntime().exec(it.split(" ").toTypedArray()) }, operatingSystem: OperatingSystem = OperatingSystem.detect()) : Browser

Constructors

Link copied to clipboard
constructor(open: OpenBrowser = { Runtime.getRuntime().exec(it.split(" ").toTypedArray()) }, operatingSystem: OperatingSystem = OperatingSystem.detect())

Functions

Link copied to clipboard
open override fun navigateTo(url: Uri): Result<Unit, Exception>