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