chore: auto-commit (13 archivos)
- .gitignore - CAPABILITIES_TODO.md - demo_e2e/results/prueba_1_quotes.json - demo_e2e/results/prueba_2_perceive.json - demo_e2e/results/prueba_3_search.json - demo_e2e/results/prueba_4_login_session.json - demo_e2e/results/prueba_5_books.json - demo_e2e/results/prueba_6_session_storage.json - demo_e2e/results/prueba_7_find_honesto.json - demo_e2e/results/prueba_8_verificacion.json - ... Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"port": 9333,
|
||||
"url": "https://quotes.toscrape.com"
|
||||
},
|
||||
"ms": 103,
|
||||
"ms": 105,
|
||||
"is_error": false,
|
||||
"response": "navigated to https://quotes.toscrape.com"
|
||||
},
|
||||
@@ -20,7 +20,7 @@
|
||||
"port": 9333,
|
||||
"timeout_ms": 12000
|
||||
},
|
||||
"ms": 223,
|
||||
"ms": 226,
|
||||
"is_error": false,
|
||||
"response": "page loaded"
|
||||
},
|
||||
@@ -30,7 +30,7 @@
|
||||
"port": 9333,
|
||||
"expression": "var b=document.createElement('button');b.id='hidden_btn';b.textContent='x';b.style.display='none';document.body.appendChild(b);'injected'"
|
||||
},
|
||||
"ms": 3,
|
||||
"ms": 1,
|
||||
"is_error": false,
|
||||
"response": "injected"
|
||||
},
|
||||
@@ -40,7 +40,7 @@
|
||||
"port": 9333,
|
||||
"selector": "#hidden_btn"
|
||||
},
|
||||
"ms": 2,
|
||||
"ms": 3,
|
||||
"is_error": true,
|
||||
"response": "cdp click: elemento \"#hidden_btn\" existe pero no es visible/clickable (display:none, oculto, opacity 0 o tamaño 0)"
|
||||
},
|
||||
@@ -50,7 +50,7 @@
|
||||
"port": 9333,
|
||||
"expression": "if(document.activeElement){document.activeElement.blur();} document.body.focus(); 'blurred'"
|
||||
},
|
||||
"ms": 1,
|
||||
"ms": 2,
|
||||
"is_error": false,
|
||||
"response": "blurred"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user