data class NavigateRequest
Request object containing input parameters for the PageDomain.navigate command.
<init> |
Request object containing input parameters for the PageDomain.navigate command. NavigateRequest(: String, : String? = null, : TransitionType? = null, : FrameId? = null, : ReferrerPolicy? = null) |
frameId |
Frame id to navigate, if not specified navigates the top frame. val frameId: FrameId? |
referrer |
Referrer URL. val referrer: String? |
referrerPolicy |
Referrer-policy used for the navigation. val referrerPolicy: ReferrerPolicy? |
transitionType |
Intended transition type. val transitionType: TransitionType? |
url |
URL to navigate the page to. val url: String |