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