gui_grounding_dataset-100 / gui_grounding_dataset.jsonl
ArunKr's picture
Create gui_grounding_dataset.jsonl
369a881 verified
{"instruction": "Open Google homepage.", "actions": [{"action": "open_url", "value": "https://google.com"}]}
{"instruction": "Search Google for Python Playwright.", "actions": [{"action": "type", "target": "textarea[name=q]", "value": "Python Playwright"}, {"action": "keypress", "options": {"key": "Enter"}}]}
{"instruction": "Click the Gmail link.", "actions": [{"action": "click", "target": "text=Gmail"}]}
{"instruction": "Open YouTube and search for AI tutorials.", "actions": [{"action": "open_url", "value": "https://youtube.com"}, {"action": "type", "target": "input#search", "value": "AI tutorials"}, {"action": "keypress", "options": {"key": "Enter"}}]}
{"instruction": "Play the first video on YouTube.", "actions": [{"action": "click", "target": "ytd-video-renderer >> nth=0"}]}
{"instruction": "Log in with username Arun.", "actions": [{"action": "type", "target": "input#username", "value": "Arun"}]}
{"instruction": "Enter password secretly.", "actions": [{"action": "type", "target": "input[type=password]", "value": "MySecret123"}]}
{"instruction": "Click the login button.", "actions": [{"action": "click", "target": "button[type=submit}"}]}
{"instruction": "Scroll down the page.", "actions": [{"action": "scroll", "options": {"count": 2, "direction": "down"}}]}
{"instruction": "Scroll back up.", "actions": [{"action": "scroll", "options": {"count": 2, "direction": "up"}}]}
{"instruction": "Check the terms and conditions box.", "actions": [{"action": "check", "target": "#terms"}]}
{"instruction": "Uncheck the newsletter option.", "actions": [{"action": "uncheck", "target": "#newsletter"}]}
{"instruction": "Select Male as gender.", "actions": [{"action": "radio", "target": "input[value=male]"}]}
{"instruction": "Choose India from country dropdown.", "actions": [{"action": "select", "target": "#country", "value": "India"}]}
{"instruction": "Submit the registration form.", "actions": [{"action": "click", "target": "button[type=submit]"}]}
{"instruction": "Upload resume file.", "actions": [{"action": "upload", "target": "input[type=file]", "value": "/home/user/resume.pdf"}]}
{"instruction": "Download the report.", "actions": [{"action": "click", "target": "text=Download"}]}
{"instruction": "Go back to the previous page.", "actions": [{"action": "back"}]}
{"instruction": "Move forward in browser history.", "actions": [{"action": "forward"}]}
{"instruction": "Reload the current page.", "actions": [{"action": "refresh"}]}
{"instruction": "Open Twitter homepage.", "actions": [{"action": "open_url", "value": "https://twitter.com"}]}
{"instruction": "Search Twitter for GUI automation.", "actions": [{"action": "type", "target": "input[data-testid=SearchBox_Search_Input]", "value": "GUI automation"}, {"action": "keypress", "options": {"key": "Enter"}}]}
{"instruction": "Click the first tweet.", "actions": [{"action": "click", "target": "article >> nth=0"}]}
{"instruction": "Open Facebook homepage.", "actions": [{"action": "open_url", "value": "https://facebook.com"}]}
{"instruction": "Enter email into login field.", "actions": [{"action": "type", "target": "input#email", "value": "arun@example.com"}]}
{"instruction": "Enter password in Facebook login.", "actions": [{"action": "type", "target": "input#pass", "value": "secret123"}]}
{"instruction": "Click Facebook login button.", "actions": [{"action": "click", "target": "button[name=login]"}]}
{"instruction": "Accept the popup dialog.", "actions": [{"action": "dialog", "value": "accept"}]}
{"instruction": "Dismiss the confirmation dialog.", "actions": [{"action": "dialog", "value": "dismiss"}]}
{"instruction": "Take a screenshot of the page.", "actions": [{"action": "screenshot", "value": "page.png"}]}
{"instruction": "Highlight the submit button.", "actions": [{"action": "highlight", "target": "button#submit"}]}
{"instruction": "Open Amazon homepage.", "actions": [{"action": "open_url", "value": "https://amazon.com"}]}
{"instruction": "Search for iPhone 16.", "actions": [{"action": "type", "target": "input#twotabsearchtextbox", "value": "iPhone 16"}, {"action": "keypress", "options": {"key": "Enter"}}]}
{"instruction": "Click the first product result.", "actions": [{"action": "click", "target": ".s-result-item >> nth=0"}]}
{"instruction": "Add item to cart.", "actions": [{"action": "click", "target": "#add-to-cart-button"}]}
{"instruction": "Proceed to checkout.", "actions": [{"action": "click", "target": "#proceed-to-checkout"}]}
{"instruction": "Open GitHub homepage.", "actions": [{"action": "open_url", "value": "https://github.com"}]}
{"instruction": "Search GitHub for Playwright repo.", "actions": [{"action": "type", "target": "input[name=q]", "value": "Playwright"}, {"action": "keypress", "options": {"key": "Enter"}}]}
{"instruction": "Click the first repository link.", "actions": [{"action": "click", "target": "ul.repo-list li >> nth=0"}]}
{"instruction": "Star the repository.", "actions": [{"action": "click", "target": "button[aria-label*='Star']"}]}
{"instruction": "Open LinkedIn homepage.", "actions": [{"action": "open_url", "value": "https://linkedin.com"}]}
{"instruction": "Enter LinkedIn username.", "actions": [{"action": "type", "target": "input#username", "value": "arun123"}]}
{"instruction": "Enter LinkedIn password.", "actions": [{"action": "type", "target": "input#password", "value": "secret456"}]}
{"instruction": "Click LinkedIn sign-in button.", "actions": [{"action": "click", "target": "button[type=submit]"}]}
{"instruction": "Open settings menu.", "actions": [{"action": "click", "target": "button#settings"}]}
{"instruction": "Log out of the account.", "actions": [{"action": "click", "target": "text=Logout"}]}
{"instruction": "Open Wikipedia homepage.", "actions": [{"action": "open_url", "value": "https://wikipedia.org"}]}
{"instruction": "Search for Artificial Intelligence on Wikipedia.", "actions": [{"action": "type", "target": "input#searchInput", "value": "Artificial Intelligence"}, {"action": "keypress", "options": {"key": "Enter"}}]}
{"instruction": "Click the first heading link.", "actions": [{"action": "click", "target": "h1"}]}
{"instruction": "Open Spotify homepage.", "actions": [{"action": "open_url", "value": "https://spotify.com"}]}
{"instruction": "Search Spotify for relaxing music.", "actions": [{"action": "type", "target": "input[placeholder='Search']", "value": "relaxing music"}, {"action": "keypress", "options": {"key": "Enter"}}]}
{"instruction": "Play the first Spotify track.", "actions": [{"action": "click", "target": ".tracklist-row >> nth=0"}]}
{"instruction": "Pause the Spotify player.", "actions": [{"action": "click", "target": "button[title=Pause]"}]}
{"instruction": "Skip to the next track.", "actions": [{"action": "click", "target": "button[title=Next]"}]}
{"instruction": "Open Gmail inbox.", "actions": [{"action": "open_url", "value": "https://mail.google.com"}]}
{"instruction": "Click compose new mail.", "actions": [{"action": "click", "target": "div[role=button][gh='cm']"}]}
{"instruction": "Type recipient email.", "actions": [{"action": "type", "target": "textarea[name=to]", "value": "friend@example.com"}]}
{"instruction": "Enter email subject.", "actions": [{"action": "type", "target": "input[name=subjectbox]", "value": "Meeting Update"}]}
{"instruction": "Write email body.", "actions": [{"action": "type", "target": "div[aria-label='Message Body']", "value": "Hey, let’s meet tomorrow."}]}
{"instruction": "Send the email.", "actions": [{"action": "click", "target": "div[aria-label*='Send']"}]}
{"instruction": "Open Slack web app.", "actions": [{"action": "open_url", "value": "https://slack.com"}]}
{"instruction": "Search Slack for project updates.", "actions": [{"action": "type", "target": "input[aria-label='Search']", "value": "project updates"}, {"action": "keypress", "options": {"key": "Enter"}}]}
{"instruction": "Send message in Slack channel.", "actions": [{"action": "type", "target": "div[role=textbox]", "value": "Hello team!"}, {"action": "keypress", "options": {"key": "Enter"}}]}
{"instruction": "Open Notion workspace.", "actions": [{"action": "open_url", "value": "https://notion.so"}]}
{"instruction": "Create new Notion page.", "actions": [{"action": "click", "target": "div[role=button][data-root=AddPage]"}]}
{"instruction": "Type title in Notion page.", "actions": [{"action": "type", "target": "div[role=textbox]", "value": "My Notes"}]}
{"instruction": "Add paragraph text.", "actions": [{"action": "type", "target": "div[role=textbox]", "value": "This is a test note."}]}
{"instruction": "Open Outlook mail.", "actions": [{"action": "open_url", "value": "https://outlook.com"}]}
{"instruction": "Compose a new Outlook email.", "actions": [{"action": "click", "target": "button[aria-label='New mail']"}]}
{"instruction": "Add recipient to Outlook email.", "actions": [{"action": "type", "target": "input[aria-label='To']", "value": "boss@example.com"}]}
{"instruction": "Add subject to Outlook email.", "actions": [{"action": "type", "target": "input[aria-label='Add a subject']", "value": "Report Update"}]}
{"instruction": "Send Outlook email.", "actions": [{"action": "click", "target": "button[aria-label='Send']"}]}
{"instruction": "Open Instagram web.", "actions": [{"action": "open_url", "value": "https://instagram.com"}]}
{"instruction": "Search Instagram for AI.", "actions": [{"action": "type", "target": "input[aria-label='Search input']", "value": "AI"}, {"action": "keypress", "options": {"key": "Enter"}}]}
{"instruction": "Like the first Instagram post.", "actions": [{"action": "click", "target": "article >> nth=0 button[aria-label=Like]"}]}
{"instruction": "Comment on first Instagram post.", "actions": [{"action": "click", "target": "textarea"}, {"action": "type", "target": "textarea", "value": "Nice post!"}, {"action": "keypress", "options": {"key": "Enter"}}]}
{"instruction": "Open Google Maps.", "actions": [{"action": "open_url", "value": "https://maps.google.com"}]}
{"instruction": "Search Maps for restaurants near me.", "actions": [{"action": "type", "target": "input#searchboxinput", "value": "restaurants near me"}, {"action": "keypress", "options": {"key": "Enter"}}]}
{"instruction": "Zoom in on the map.", "actions": [{"action": "click", "target": "button[aria-label='Zoom in']"}]}
{"instruction": "Zoom out on the map.", "actions": [{"action": "click", "target": "button[aria-label='Zoom out']"}]}
{"instruction": "Get directions to Delhi.", "actions": [{"action": "click", "target": "button[aria-label='Directions']"}, {"action": "type", "target": "input#sb_ifc51", "value": "Delhi"}, {"action": "keypress", "options": {"key": "Enter"}}]}
{"instruction": "Open Trello board.", "actions": [{"action": "open_url", "value": "https://trello.com"}]}
{"instruction": "Create new Trello card.", "actions": [{"action": "click", "target": "button[aria-label='Add a card']"}, {"action": "type", "target": "textarea", "value": "New Task"}, {"action": "keypress", "options": {"key": "Enter"}}]}
{"instruction": "Move card to Done column.", "actions": [{"action": "drag_drop", "target": ".list-card >> nth=0", "value": ".list[aria-label='Done']"}]}
{"instruction": "Archive the Trello card.", "actions": [{"action": "click", "target": "button[aria-label='Archive']"}]}
{"instruction": "Open Zoom web client.", "actions": [{"action": "open_url", "value": "https://zoom.us"}]}
{"instruction": "Schedule new Zoom meeting.", "actions": [{"action": "click", "target": "a[href='/meeting/schedule']"}]}
{"instruction": "Fill Zoom meeting topic.", "actions": [{"action": "type", "target": "input#topic", "value": "Team Sync"}]}
{"instruction": "Set Zoom meeting date.", "actions": [{"action": "type", "target": "input#start_date", "value": "2025-09-30"}]}
{"instruction": "Save Zoom meeting.", "actions": [{"action": "click", "target": "button[type=submit]"}]}
{"instruction": "Open Calendar app.", "actions": [{"action": "open_url", "value": "https://calendar.google.com"}]}
{"instruction": "Create new calendar event.", "actions": [{"action": "click", "target": "div[role=button][gh='new-event']"}]}
{"instruction": "Enter calendar event title.", "actions": [{"action": "type", "target": "input[aria-label='Add title']", "value": "Project Meeting"}]}
{"instruction": "Save calendar event.", "actions": [{"action": "click", "target": "button[aria-label='Save']"}]}
{"instruction": "Open Medium homepage.", "actions": [{"action": "open_url", "value": "https://medium.com"}]}
{"instruction": "Search Medium for AI articles.", "actions": [{"action": "type", "target": "input[placeholder='Search']", "value": "AI"}, {"action": "keypress", "options": {"key": "Enter"}}]}
{"instruction": "Read the first Medium article.", "actions": [{"action": "click", "target": "article >> nth=0"}]}
{"instruction": "Clap for the article.", "actions": [{"action": "click", "target": "button[aria-label='Clap']"}]}