Returns a string encoded UUID for use as a pageSessionId, as specified in a request to getCommands().
Parameters
None.
Example Request
{
"id": 259,
"jsonrpc": "2.0",
"method": "generatePageSessionId"
}
Example Response
{
"id": 259,
"jsonrpc": "2.0",
"result": {
"result": {
"pageSessionId": "c210ebbf-d1e6-43a0-a0aa-453b054330f6"
}
}
}
Last modified on June 27, 2023