CoolFace
Modelpublic

candypunk/NanoJev-Web

sourceHugging Faceotherupdated 5d agoView on Hugging Face
1likes26downloads
browser-workflow.json14 linesDownload Raw Back to examples
1{2  "name": "edit-contact",3  "url": "http://127.0.0.1:9000/contacts",4  "steps": [5    {"click": "Open card"},6    {"click": "Edit"},7    {"fill": {"Name": "Test Contact", "Address": "10 Example Street", "Email": "test@example.test"}},8    {"select": {"Plan": "Team"}},9    {"check": {"Consent": true}},10    {"click": "Save"}11  ],12  "expect": {"visibleText": "Saved"}13}14