Package com.saucelabs.visual.graphql
Class WebdriverSessionInfoQuery
- java.lang.Object
-
- com.saucelabs.visual.graphql.WebdriverSessionInfoQuery
-
- All Implemented Interfaces:
GraphQLOperation
public class WebdriverSessionInfoQuery extends Object implements GraphQLOperation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebdriverSessionInfoQuery.Datastatic classWebdriverSessionInfoQuery.Resultstatic classWebdriverSessionInfoQuery.WebdriverSessionInfoIn
-
Field Summary
Fields Modifier and Type Field Description static StringOPERATION_DOCUMENTThe minimized GraphQL document being sent to the server to save a few bytes.
-
Constructor Summary
Constructors Constructor Description WebdriverSessionInfoQuery(WebdriverSessionInfoQuery.WebdriverSessionInfoIn input)
-
-
-
Field Detail
-
OPERATION_DOCUMENT
public static final String OPERATION_DOCUMENT
The minimized GraphQL document being sent to the server to save a few bytes. The un-minimized version is:query webdriverSessionInfo($input: WebdriverSessionInfoIn!) { result: webdriverSessionInfo(input: $input) { blob operatingSystem operatingSystemVersion browser browserVersion deviceName } }
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WebdriverSessionInfoQuery
public WebdriverSessionInfoQuery(WebdriverSessionInfoQuery.WebdriverSessionInfoIn input)
-
-
Method Detail
-
getQuery
public String getQuery()
- Specified by:
getQueryin interfaceGraphQLOperation
-
getVariables
public Map<String,Object> getVariables()
- Specified by:
getVariablesin interfaceGraphQLOperation
-
-