Files
gravity_control/scratch_rpc_dom.json

7 lines
294 B
JSON

{
"method": "antigravity.workbench.executeJavaScript",
"args": {
"code": "JSON.stringify({cv: !!document.querySelector('[data-testid=\"conversation-view\"]'), total: document.querySelectorAll('*').length, btns: document.querySelectorAll('button').length, title: document.title})"
}
}