Navigate Request
data class NavigateRequest(url: String, referrer: String?, transitionType: TransitionType?, frameId: FrameId?, referrerPolicy: ReferrerPolicy?)
Content copied to clipboard
Represents request frame that can be used with Page#navigate operation call.
Navigates current page to the given URL.
See also
Constructors
NavigateRequest
Link copied to clipboard
fun NavigateRequest(url: String, referrer: String? = null, transitionType: TransitionType? = null, frameId: FrameId? = null, referrerPolicy: ReferrerPolicy? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard