instruction string | actions list |
|---|---|
Open Google homepage. | [
{
"action": "open_url",
"value": "https://google.com",
"target": null,
"options": null
}
] |
Upload file image.png. | [
{
"action": "upload",
"value": "notes.txt",
"target": "input[type=file]",
"options": null
}
] |
Check the terms box. | [
{
"action": "check",
"value": null,
"target": "#terms",
"options": null
}
] |
Type username Arun. | [
{
"action": "type",
"value": "TestUser",
"target": "input#username",
"options": null
}
] |
Accept popup. | [
{
"action": "dialog",
"value": "accept",
"target": null,
"options": null
}
] |
Search Google for Python tutorials. | [
{
"action": "type",
"value": "GUI grounding",
"target": "textarea[name=q]",
"options": null
},
{
"action": "keypress",
"value": null,
"target": null,
"options": {
"key": "Enter",
"count": null,
"direction": null
}
}
] |
Accept popup. | [
{
"action": "dialog",
"value": "accept",
"target": null,
"options": null
}
] |
Check the terms box. | [
{
"action": "check",
"value": null,
"target": "#terms",
"options": null
}
] |
Take screenshot and save as image.png. | [
{
"action": "screenshot",
"value": "image.png",
"target": null,
"options": null
}
] |
Check the terms box. | [
{
"action": "check",
"value": null,
"target": "#terms",
"options": null
}
] |
Type username Bob. | [
{
"action": "type",
"value": "Bob",
"target": "input#username",
"options": null
}
] |
Open Google homepage. | [
{
"action": "open_url",
"value": "https://google.com",
"target": null,
"options": null
}
] |
Upload file image.png. | [
{
"action": "upload",
"value": "report.docx",
"target": "input[type=file]",
"options": null
}
] |
Check the terms box. | [
{
"action": "check",
"value": null,
"target": "#terms",
"options": null
}
] |
Check the terms box. | [
{
"action": "check",
"value": null,
"target": "#terms",
"options": null
}
] |
Take screenshot and save as resume.pdf. | [
{
"action": "screenshot",
"value": "notes.txt",
"target": null,
"options": null
}
] |
Accept popup. | [
{
"action": "dialog",
"value": "accept",
"target": null,
"options": null
}
] |
Type username Alice. | [
{
"action": "type",
"value": "Arun",
"target": "input#username",
"options": null
}
] |
Click the Submit button. | [
{
"action": "click",
"value": null,
"target": "text=Next",
"options": null
}
] |
Search Google for GUI grounding. | [
{
"action": "type",
"value": "Playwright automation",
"target": "textarea[name=q]",
"options": null
},
{
"action": "keypress",
"value": null,
"target": null,
"options": {
"key": "Enter",
"count": null,
"direction": null
}
}
] |
Open Google homepage. | [
{
"action": "open_url",
"value": "https://google.com",
"target": null,
"options": null
}
] |
Type password qwerty. | [
{
"action": "type",
"value": "secret123",
"target": "input[type=password]",
"options": null
}
] |
Type password MyPass!. | [
{
"action": "type",
"value": "secret123",
"target": "input[type=password]",
"options": null
}
] |
Open Google homepage. | [
{
"action": "open_url",
"value": "https://google.com",
"target": null,
"options": null
}
] |
Search Google for AI. | [
{
"action": "type",
"value": "Playwright automation",
"target": "textarea[name=q]",
"options": null
},
{
"action": "keypress",
"value": null,
"target": null,
"options": {
"key": "Enter",
"count": null,
"direction": null
}
}
] |
Type username TestUser. | [
{
"action": "type",
"value": "TestUser",
"target": "input#username",
"options": null
}
] |
Scroll down. | [
{
"action": "scroll",
"value": null,
"target": null,
"options": {
"key": null,
"count": 2,
"direction": "{direction}"
}
}
] |
Type username Admin. | [
{
"action": "type",
"value": "Admin",
"target": "input#username",
"options": null
}
] |
Search Google for Playwright automation. | [
{
"action": "type",
"value": "GUI grounding",
"target": "textarea[name=q]",
"options": null
},
{
"action": "keypress",
"value": null,
"target": null,
"options": {
"key": "Enter",
"count": null,
"direction": null
}
}
] |
Upload file resume.pdf. | [
{
"action": "upload",
"value": "data.csv",
"target": "input[type=file]",
"options": null
}
] |
Check the terms box. | [
{
"action": "check",
"value": null,
"target": "#terms",
"options": null
}
] |
Click the Login button. | [
{
"action": "click",
"value": null,
"target": "text=Submit",
"options": null
}
] |
Scroll down. | [
{
"action": "scroll",
"value": null,
"target": null,
"options": {
"key": null,
"count": 2,
"direction": "{direction}"
}
}
] |
Search Google for AI. | [
{
"action": "type",
"value": "GUI grounding",
"target": "textarea[name=q]",
"options": null
},
{
"action": "keypress",
"value": null,
"target": null,
"options": {
"key": "Enter",
"count": null,
"direction": null
}
}
] |
Search Google for GUI grounding. | [
{
"action": "type",
"value": "AI",
"target": "textarea[name=q]",
"options": null
},
{
"action": "keypress",
"value": null,
"target": null,
"options": {
"key": "Enter",
"count": null,
"direction": null
}
}
] |
Check the terms box. | [
{
"action": "check",
"value": null,
"target": "#terms",
"options": null
}
] |
Accept popup. | [
{
"action": "dialog",
"value": "accept",
"target": null,
"options": null
}
] |
Check the terms box. | [
{
"action": "check",
"value": null,
"target": "#terms",
"options": null
}
] |
Check the terms box. | [
{
"action": "check",
"value": null,
"target": "#terms",
"options": null
}
] |
Upload file notes.txt. | [
{
"action": "upload",
"value": "resume.pdf",
"target": "input[type=file]",
"options": null
}
] |
Upload file data.csv. | [
{
"action": "upload",
"value": "resume.pdf",
"target": "input[type=file]",
"options": null
}
] |
Click the Search button. | [
{
"action": "click",
"value": null,
"target": "text=Submit",
"options": null
}
] |
Scroll up. | [
{
"action": "scroll",
"value": null,
"target": null,
"options": {
"key": null,
"count": 2,
"direction": "{direction}"
}
}
] |
Click the Confirm button. | [
{
"action": "click",
"value": null,
"target": "text=Next",
"options": null
}
] |
Upload file image.png. | [
{
"action": "upload",
"value": "resume.pdf",
"target": "input[type=file]",
"options": null
}
] |
Type username Arun. | [
{
"action": "type",
"value": "TestUser",
"target": "input#username",
"options": null
}
] |
Type password qwerty. | [
{
"action": "type",
"value": "qwerty",
"target": "input[type=password]",
"options": null
}
] |
Type password secret123. | [
{
"action": "type",
"value": "letmein",
"target": "input[type=password]",
"options": null
}
] |
Search Google for Playwright automation. | [
{
"action": "type",
"value": "GUI grounding",
"target": "textarea[name=q]",
"options": null
},
{
"action": "keypress",
"value": null,
"target": null,
"options": {
"key": "Enter",
"count": null,
"direction": null
}
}
] |
Take screenshot and save as data.csv. | [
{
"action": "screenshot",
"value": "resume.pdf",
"target": null,
"options": null
}
] |
Click the Submit button. | [
{
"action": "click",
"value": null,
"target": "text=Submit",
"options": null
}
] |
Check the terms box. | [
{
"action": "check",
"value": null,
"target": "#terms",
"options": null
}
] |
Click the Submit button. | [
{
"action": "click",
"value": null,
"target": "text=Login",
"options": null
}
] |
Open Google homepage. | [
{
"action": "open_url",
"value": "https://google.com",
"target": null,
"options": null
}
] |
Accept popup. | [
{
"action": "dialog",
"value": "accept",
"target": null,
"options": null
}
] |
Check the terms box. | [
{
"action": "check",
"value": null,
"target": "#terms",
"options": null
}
] |
Check the terms box. | [
{
"action": "check",
"value": null,
"target": "#terms",
"options": null
}
] |
Upload file notes.txt. | [
{
"action": "upload",
"value": "report.docx",
"target": "input[type=file]",
"options": null
}
] |
Take screenshot and save as resume.pdf. | [
{
"action": "screenshot",
"value": "image.png",
"target": null,
"options": null
}
] |
Accept popup. | [
{
"action": "dialog",
"value": "accept",
"target": null,
"options": null
}
] |
Check the terms box. | [
{
"action": "check",
"value": null,
"target": "#terms",
"options": null
}
] |
Search Google for GUI grounding. | [
{
"action": "type",
"value": "machine learning",
"target": "textarea[name=q]",
"options": null
},
{
"action": "keypress",
"value": null,
"target": null,
"options": {
"key": "Enter",
"count": null,
"direction": null
}
}
] |
Open Google homepage. | [
{
"action": "open_url",
"value": "https://google.com",
"target": null,
"options": null
}
] |
Search Google for machine learning. | [
{
"action": "type",
"value": "GUI grounding",
"target": "textarea[name=q]",
"options": null
},
{
"action": "keypress",
"value": null,
"target": null,
"options": {
"key": "Enter",
"count": null,
"direction": null
}
}
] |
Take screenshot and save as notes.txt. | [
{
"action": "screenshot",
"value": "notes.txt",
"target": null,
"options": null
}
] |
Accept popup. | [
{
"action": "dialog",
"value": "accept",
"target": null,
"options": null
}
] |
Open Google homepage. | [
{
"action": "open_url",
"value": "https://google.com",
"target": null,
"options": null
}
] |
Scroll up. | [
{
"action": "scroll",
"value": null,
"target": null,
"options": {
"key": null,
"count": 2,
"direction": "{direction}"
}
}
] |
Type password letmein. | [
{
"action": "type",
"value": "MyPass!",
"target": "input[type=password]",
"options": null
}
] |
Click the Submit button. | [
{
"action": "click",
"value": null,
"target": "text=Submit",
"options": null
}
] |
Upload file notes.txt. | [
{
"action": "upload",
"value": "image.png",
"target": "input[type=file]",
"options": null
}
] |
Type username Alice. | [
{
"action": "type",
"value": "Bob",
"target": "input#username",
"options": null
}
] |
Search Google for Playwright automation. | [
{
"action": "type",
"value": "Python tutorials",
"target": "textarea[name=q]",
"options": null
},
{
"action": "keypress",
"value": null,
"target": null,
"options": {
"key": "Enter",
"count": null,
"direction": null
}
}
] |
Take screenshot and save as notes.txt. | [
{
"action": "screenshot",
"value": "notes.txt",
"target": null,
"options": null
}
] |
Scroll down. | [
{
"action": "scroll",
"value": null,
"target": null,
"options": {
"key": null,
"count": 2,
"direction": "{direction}"
}
}
] |
Click the Confirm button. | [
{
"action": "click",
"value": null,
"target": "text=Submit",
"options": null
}
] |
Type password secret123. | [
{
"action": "type",
"value": "secret123",
"target": "input[type=password]",
"options": null
}
] |
Type username Admin. | [
{
"action": "type",
"value": "Bob",
"target": "input#username",
"options": null
}
] |
Type username TestUser. | [
{
"action": "type",
"value": "Bob",
"target": "input#username",
"options": null
}
] |
Take screenshot and save as report.docx. | [
{
"action": "screenshot",
"value": "notes.txt",
"target": null,
"options": null
}
] |
Search Google for AI. | [
{
"action": "type",
"value": "Python tutorials",
"target": "textarea[name=q]",
"options": null
},
{
"action": "keypress",
"value": null,
"target": null,
"options": {
"key": "Enter",
"count": null,
"direction": null
}
}
] |
Take screenshot and save as resume.pdf. | [
{
"action": "screenshot",
"value": "image.png",
"target": null,
"options": null
}
] |
Open Google homepage. | [
{
"action": "open_url",
"value": "https://google.com",
"target": null,
"options": null
}
] |
Click the Submit button. | [
{
"action": "click",
"value": null,
"target": "text=Confirm",
"options": null
}
] |
Open Google homepage. | [
{
"action": "open_url",
"value": "https://google.com",
"target": null,
"options": null
}
] |
Click the Search button. | [
{
"action": "click",
"value": null,
"target": "text=Login",
"options": null
}
] |
Scroll up. | [
{
"action": "scroll",
"value": null,
"target": null,
"options": {
"key": null,
"count": 2,
"direction": "{direction}"
}
}
] |
Type password MyPass!. | [
{
"action": "type",
"value": "demo@123",
"target": "input[type=password]",
"options": null
}
] |
Scroll up. | [
{
"action": "scroll",
"value": null,
"target": null,
"options": {
"key": null,
"count": 2,
"direction": "{direction}"
}
}
] |
Open Google homepage. | [
{
"action": "open_url",
"value": "https://google.com",
"target": null,
"options": null
}
] |
Open Google homepage. | [
{
"action": "open_url",
"value": "https://google.com",
"target": null,
"options": null
}
] |
Open Google homepage. | [
{
"action": "open_url",
"value": "https://google.com",
"target": null,
"options": null
}
] |
Click the Confirm button. | [
{
"action": "click",
"value": null,
"target": "text=Submit",
"options": null
}
] |
Upload file report.docx. | [
{
"action": "upload",
"value": "report.docx",
"target": "input[type=file]",
"options": null
}
] |
Search Google for GUI grounding. | [
{
"action": "type",
"value": "Playwright automation",
"target": "textarea[name=q]",
"options": null
},
{
"action": "keypress",
"value": null,
"target": null,
"options": {
"key": "Enter",
"count": null,
"direction": null
}
}
] |
Open Google homepage. | [
{
"action": "open_url",
"value": "https://google.com",
"target": null,
"options": null
}
] |
Type username TestUser. | [
{
"action": "type",
"value": "Alice",
"target": "input#username",
"options": null
}
] |
Take screenshot and save as image.png. | [
{
"action": "screenshot",
"value": "resume.pdf",
"target": null,
"options": null
}
] |
Accept popup. | [
{
"action": "dialog",
"value": "accept",
"target": null,
"options": null
}
] |
Search Google for Playwright automation. | [
{
"action": "type",
"value": "machine learning",
"target": "textarea[name=q]",
"options": null
},
{
"action": "keypress",
"value": null,
"target": null,
"options": {
"key": "Enter",
"count": null,
"direction": null
}
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.