pl.wendigo.chrome.domain.page / NavigateRequest

NavigateRequest

data class NavigateRequest (source)

Represents request frame that can be used with Page.navigate method call.

Navigates current page to the given URL.

Constructors

<init>

NavigateRequest(url: String, referrer: String? = null, transitionType: TransitionType? = null, frameId: FrameId? = null)

Represents request frame that can be used with Page.navigate method call.

Properties

frameId

val frameId: FrameId?

Frame id to navigate, if not specified navigates the top frame.

referrer

val referrer: String?

Referrer URL.

transitionType

val transitionType: TransitionType?

Intended transition type.

url

val url: String

URL to navigate the page to.