Navigate Request
@Serializable
Request object containing input parameters for the PageDomain.navigate command.
Constructors
Link copied to clipboard
constructor(url: String, referrer: String? = null, transitionType: TransitionType? = null, frameId: FrameId? = null, referrerPolicy: ReferrerPolicy? = null)
Types
Link copied to clipboard
A builder for NavigateRequest, which allows setting the optional parameters of the PageDomain.navigate command via a lambda.