url
Returns the URL of the page that the browser is currently at
Example:
mutation GetURL {
goto(url: "https://example.com") {
status
}
url {
url
}
}
url: URLResponse
Type
URLResponse
object
Response returned after the URL of the page has been set or get