Evaluate
Execute JavaScript in the page context and return the result.
The active session ID.
JavaScript expression to evaluate.
Whether to await the result if it's a Promise.
Response
{
"result": "Hello World",
"type": "string"
}
Execute JavaScript in the page context and return the result.
The active session ID.
JavaScript expression to evaluate.
Whether to await the result if it's a Promise.
{
"result": "Hello World",
"type": "string"
}