For AI agents: a documentation index is available at /llms.txt
Skip to main content

SwitchWindowResponse

Response from window switching operation

type SwitchWindowResponse {
success: Boolean!
error: String
title: String
url: String
navigation: HTTPResponse
}

Fields

SwitchWindowResponse.success ● Boolean! non-null scalar

SwitchWindowResponse.error ● String scalar

SwitchWindowResponse.title ● String scalar

SwitchWindowResponse.url ● String scalar

Returned By

switchToWindow mutation