23f9aa90e8
- .mcp.json - CAPABILITIES_TODO.md - demo_e2e/ Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
118 lines
2.4 KiB
JSON
118 lines
2.4 KiB
JSON
{
|
||
"name": "3 - Submit de formulario con teclado Enter (the-internet/login)",
|
||
"verdict": "PASS",
|
||
"flash": "You logged into a secure area!\n×",
|
||
"steps": [
|
||
{
|
||
"tool": "cookie_clear",
|
||
"args": {
|
||
"port": 9333
|
||
},
|
||
"ms": 1,
|
||
"is_error": false,
|
||
"response": "cookies cleared"
|
||
},
|
||
{
|
||
"tool": "tab_navigate",
|
||
"args": {
|
||
"port": 9333,
|
||
"url": "https://the-internet.herokuapp.com/login"
|
||
},
|
||
"ms": 91,
|
||
"is_error": false,
|
||
"response": "navigated to https://the-internet.herokuapp.com/login"
|
||
},
|
||
{
|
||
"tool": "page_wait_load",
|
||
"args": {
|
||
"port": 9333,
|
||
"timeout_ms": 12000
|
||
},
|
||
"ms": 249,
|
||
"is_error": false,
|
||
"response": "page loaded"
|
||
},
|
||
{
|
||
"tool": "dom_click",
|
||
"args": {
|
||
"port": 9333,
|
||
"selector": "#username"
|
||
},
|
||
"ms": 23,
|
||
"is_error": false,
|
||
"response": "clicked #username"
|
||
},
|
||
{
|
||
"tool": "dom_type",
|
||
"args": {
|
||
"port": 9333,
|
||
"text": "tomsmith"
|
||
},
|
||
"ms": 115,
|
||
"is_error": false,
|
||
"response": "typed text"
|
||
},
|
||
{
|
||
"tool": "dom_click",
|
||
"args": {
|
||
"port": 9333,
|
||
"selector": "#password"
|
||
},
|
||
"ms": 8,
|
||
"is_error": false,
|
||
"response": "clicked #password"
|
||
},
|
||
{
|
||
"tool": "dom_type",
|
||
"args": {
|
||
"port": 9333,
|
||
"text": "SuperSecretPassword!"
|
||
},
|
||
"ms": 279,
|
||
"is_error": false,
|
||
"response": "typed text"
|
||
},
|
||
{
|
||
"tool": "press_key",
|
||
"args": {
|
||
"port": 9333,
|
||
"key": "Enter"
|
||
},
|
||
"ms": 4,
|
||
"is_error": false,
|
||
"response": "pressed Enter"
|
||
},
|
||
{
|
||
"tool": "page_wait_load",
|
||
"args": {
|
||
"port": 9333,
|
||
"timeout_ms": 12000
|
||
},
|
||
"ms": 1,
|
||
"is_error": false,
|
||
"response": "page loaded"
|
||
},
|
||
{
|
||
"tool": "dom_wait_element",
|
||
"args": {
|
||
"port": 9333,
|
||
"selector": "#flash",
|
||
"timeout_ms": 8000
|
||
},
|
||
"ms": 435,
|
||
"is_error": false,
|
||
"response": "element appeared: #flash"
|
||
},
|
||
{
|
||
"tool": "page_get_text",
|
||
"args": {
|
||
"port": 9333,
|
||
"selector": "#flash",
|
||
"max_bytes": 200
|
||
},
|
||
"ms": 2,
|
||
"is_error": false,
|
||
"response": " You logged into a secure area!\n×"
|
||
}
|
||
]
|
||
} |