chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.page.events / PageEvent / WindowOpenEvent

WindowOpenEvent

data class WindowOpenEvent : PageEvent

Constructors

<init>

WindowOpenEvent(url: String, windowName: String, windowFeatures: List<String>, userGesture: Boolean)

Properties

url

The URL for the new window.

val url: String

userGesture

Whether or not it was triggered by user gesture.

val userGesture: Boolean

windowFeatures

An array of enabled window features.

val windowFeatures: List<String>

windowName

Window name.

val windowName: String