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