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