7 lines
294 B
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})"
|
|
}
|
|
}
|