JavaScriptResponse
The response returned after enabling or disabling JavaScript on the page
type JavaScriptResponse {
enabled: Boolean
time: Float
}
Fields
JavaScriptResponse.enabled
● Boolean
scalar
Whether or not JavaScript is enabled on the page
JavaScriptResponse.time
● Float
scalar
The time it took to perform this action
Returned By
javaScriptEnabled
mutation