Builder

class Builder(val url: String)

A builder for NavigateRequest, which allows setting the optional parameters of the PageDomain.navigate command via a lambda.

Constructors

Link copied to clipboard
constructor(url: String)

Properties

Link copied to clipboard

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

Link copied to clipboard

Referrer URL.

Link copied to clipboard

Referrer-policy used for the navigation.

Link copied to clipboard

Intended transition type.

Link copied to clipboard
val url: String

URL to navigate the page to.

Functions

Link copied to clipboard