[ { "Index ID": 0, "Project ID": "adobeacrobat_00_meta", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Edit PDF by removing selected text 'College of Design and Engineering'.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_00/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_00/inst_video.mp4", "Ground-Truth Plan": "Task 1: Edit a PDF\\nSubtask 1: Access the 'Edit PDF' tool located in the right-hand toolbar to enable editing features.\\nSubtask 2: Click to select the text 'College of Design and Engineering'. Use the mouse to highlight the specific text area.\\nSubtask 3: Remove the selected text by pressing the 'Delete' key on your keyboard, ensuring unwanted text is cleared.\\nSubtask 4: Click 'Close' to exit editing features.", "Difficulty": "simple", "Task Length": 4.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 1, "Project ID": "adobeacrobat_00_aug_01", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Edit PDF by removing selected text 'College of Design and Engineering'.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_00/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, scroll\\nclick(540, 800)\\nscroll(-6000)", "Comments": "Scroll the document downward to hide the target word" }, { "Index ID": 2, "Project ID": "adobeacrobat_00_aug_02", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Edit PDF by removing selected text 'College of Design and Engineering'.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_00/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo\\nclick(245, 41)", "Comments": "Click the 'Window' option in the menu bar" }, { "Index ID": 3, "Project ID": "adobeacrobat_00_aug_03", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Edit PDF by removing selected text 'College of Design and Engineering'.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_00/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, moveTo, scroll\\nfrom time import sleep\\nclick(283, 41)\\nsleep(0.5)\\nclick(391, 289)", "Comments": "Open the 'System Report' from the menu" }, { "Index ID": 4, "Project ID": "adobeacrobat_00_aug_04", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Edit PDF by removing selected text 'College of Design and Engineering'.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_00/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, scroll, hotkey\\nclick(540, 800)\\nhotkey(ctrl, shift, =)\\nscroll(-800)", "Comments": "Rotate the page and scroll down to hide 'College of Design and Engineering'" }, { "Index ID": 5, "Project ID": "adobeacrobat_00_aug_05", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Edit PDF by removing selected text 'College of Design and Engineering'.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_00/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, scroll\\nhotkey(ctrl, 0)\\nhotkey(ctrl, -)\\nhotkey(ctrl, -)\\nclick(540, 800)\\nscroll(-500)", "Comments": "Reduce the document view size and scroll down" }, { "Index ID": 6, "Project ID": "adobeacrobat_01_meta", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Set the document to Two Page View from the View menu.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_01/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_01/inst_video.mp4", "Ground-Truth Plan": "Task 1: Change the page display to two-page view in Adobe Acrobat\\nSubtask 1: Click 'View' in the top menu.\\nSubtask 2: Hover over 'Page Display' from the dropdown menu.\\nSubtask 3: Click 'Two Page View' to display the document in a two-page layout.", "Difficulty": "simple", "Task Length": 3.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 7, "Project ID": "adobeacrobat_01_aug_01", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Set the document to Two Page View from the View menu.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_01/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click\\nclick(115, 41)", "Comments": "Click the 'View' option in the menu bar" }, { "Index ID": 8, "Project ID": "adobeacrobat_01_aug_02", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Set the document to Two Page View from the View menu.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_01/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click\\nclick(245, 41)", "Comments": "Click the 'Window' option in the menu bar" }, { "Index ID": 9, "Project ID": "adobeacrobat_01_aug_03", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Set the document to Two Page View from the View menu.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_01/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, moveTo, scroll\\nfrom time import sleep\\nclick(283, 41)\\nsleep(0.5)\\nclick(391, 289)", "Comments": "Open the 'System Report' from the menu" }, { "Index ID": 10, "Project ID": "adobeacrobat_01_aug_04", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Set the document to Two Page View from the View menu.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_01/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey(ctrl, l)", "Comments": "Enter full screen mode" }, { "Index ID": 11, "Project ID": "adobeacrobat_01_aug_05", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Set the document to Two Page View from the View menu.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_01/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey(ctrl, p)", "Comments": "Open the print dialog" }, { "Index ID": 12, "Project ID": "adobeacrobat_02_meta", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Change the font of 'Department of Electrical and Computer Engineering ' to Arial.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_02/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_02/inst_video.mp4", "Ground-Truth Plan": "Task 1: Change the font.\\nSubtask 1: Access the 'Edit PDF' tool located in the right-hand toolbar to enable editing features.\\nSubtask 2: Click to select the text 'Department of Electrical and Computer Engineering'. Use the mouse to highlight the specific text area.\\nSubtask 3: Select 'Arial' in the font group.\\nSubtask 4: Click 'Close' to exit editing features.", "Difficulty": "simple", "Task Length": 4.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 13, "Project ID": "adobeacrobat_02_aug_01", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Change the font of 'Department of Electrical and Computer Engineering ' to Arial.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_02/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, scroll\\nclick(1750, 493)\\nclick(540, 800)\\nscroll(-6000)", "Comments": "Scroll down the document" }, { "Index ID": 14, "Project ID": "adobeacrobat_02_aug_02", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Change the font of 'Department of Electrical and Computer Engineering ' to Arial.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_02/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click\\nclick(21, 41)", "Comments": "Click the 'File' option in the menu bar" }, { "Index ID": 15, "Project ID": "adobeacrobat_02_aug_03", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Change the font of 'Department of Electrical and Computer Engineering ' to Arial.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_02/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, scroll\\nhotkey(ctrl, 0)\\nhotkey(ctrl, -)\\nhotkey(ctrl, -)\\nclick(540, 800)\\nscroll(-500)", "Comments": "Reduce the document view size and scroll down" }, { "Index ID": 16, "Project ID": "adobeacrobat_02_aug_04", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Change the font of 'Department of Electrical and Computer Engineering ' to Arial.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_02/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, scroll, hotkey\\nclick(540, 800)\\nhotkey(ctrl, shift, =)\\nscroll(-800)", "Comments": "Rotate the document and scroll down" }, { "Index ID": 17, "Project ID": "adobeacrobat_02_aug_05", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Change the font of 'Department of Electrical and Computer Engineering ' to Arial.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_02/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, moveTo, scroll, write\\nfrom time import sleep\\nclick(1714, 197)\\nwrite(sign)\\nsleep(0.5)\\nclick(127, 74)\\nsleep(0.5)\\nmoveTo(960, 500)\\nscroll(-1200)\\nclick(1620, 600)", "Comments": "In the Tools sidebar, type 'sign' in the search box, then scroll down in the Tools section to hide all 'Edit PDF' icons and hide the sidebar" }, { "Index ID": 18, "Project ID": "adobeacrobat_03_meta", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Add a web link to 'College of Design and Engineering' by selecting it, defining the link appearance, entering the URL, and finalizing the link.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_03/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_03/inst_video.mp4", "Ground-Truth Plan": "Task 1: Add a link to a word\\nSubtask 1: Access the 'Edit PDF' tool located in the right-hand toolbar to enable editing features.\\nSubtask 2: Click the 'Link' button to open link options.\\nSubtask 3: Select 'Add/Edit Web or Document Link'.\\nSubtask 4: Draw a rectangle over the highlighted word 'College of Design and Engineering' to define the clickable area.\\nSubtask 5: Select 'Open a web page' for the link action.\\nSubtask 6: Click 'Next' to proceed.\\nSubtask 7: Enter the desired URL 'https://cde.nus.edu.sg/' in the provided field.\\nSubtask 8: Confirm by clicking 'OK'.\\nSubtask 9: Close the link setup by clicking 'Close'.", "Difficulty": "medium", "Task Length": 9.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 19, "Project ID": "adobeacrobat_03_aug_01", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Add a web link to 'College of Design and Engineering' by selecting it, defining the link appearance, entering the URL, and finalizing the link.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_03/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, moveTo\\nclick(1743, 379)\\nclick(838, 183)\\nmoveTo(987, 223, 1)\\nclick(987, 223)", "Comments": "Open the 'Edit PDF' tool and access link options" }, { "Index ID": 20, "Project ID": "adobeacrobat_03_aug_02", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Add a web link to 'College of Design and Engineering' by selecting it, defining the link appearance, entering the URL, and finalizing the link.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_03/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, moveTo, mouseDown, mouseUp\\nclick(1743, 379)\\nclick(838, 183)\\nmoveTo(987, 223, 1)\\nclick(987, 223)\\nmouseDown(114, 268)\\nmoveTo(469, 288, 1)\\nmouseUp()\\nclick(791, 623)\\nclick(1007, 718)", "Comments": "Use the Edit PDF tool to create a web link on the highlighted text and proceed to the next step." }, { "Index ID": 21, "Project ID": "adobeacrobat_03_aug_03", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Add a web link to 'College of Design and Engineering' by selecting it, defining the link appearance, entering the URL, and finalizing the link.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_03/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, scroll\\nclick(540, 800)\\nscroll(-6000)", "Comments": "Scroll down the document" }, { "Index ID": 22, "Project ID": "adobeacrobat_03_aug_04", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Add a web link to 'College of Design and Engineering' by selecting it, defining the link appearance, entering the URL, and finalizing the link.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_03/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, scroll\\nhotkey(ctrl, 0)\\nhotkey(ctrl, -)\\nhotkey(ctrl, -)\\nclick(540, 800)\\nscroll(-500)", "Comments": "Reduce the document view size and scroll down" }, { "Index ID": 23, "Project ID": "adobeacrobat_03_aug_05", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Add a web link to 'College of Design and Engineering' by selecting it, defining the link appearance, entering the URL, and finalizing the link.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_03/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey(ctrl, k)", "Comments": "Open the 'Preferences' window" }, { "Index ID": 24, "Project ID": "adobeacrobat_04_meta", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Add a watermark by selecting 'Draft'.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_04/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_04/inst_video.mp4", "Ground-Truth Plan": "Task 1: Add a watermark\\nSubtask 1: Access the 'Edit PDF' tool located in the right-hand toolbar to enable editing features.\\nSubtask 2: Choose 'Watermark' from the menu options.\\nSubtask 3: Click 'Add...' to add watermark.\\nSubtask 4: Type in 'Draft' in the text area.\\nSubtask 5: Click 'OK' to apply the watermark.\\nSubtask 6: Click 'Close' to exit editing features.", "Difficulty": "simple", "Task Length": 6.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 25, "Project ID": "adobeacrobat_04_aug_01", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Add a watermark by selecting 'Draft'.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_04/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click\\nclick(1743, 379)\\nclick(1301, 184)", "Comments": "Open the 'Edit PDF' tool from the right toolbar and select 'Watermark' from the menu." }, { "Index ID": 26, "Project ID": "adobeacrobat_04_aug_02", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Add a watermark by selecting 'Draft'.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_04/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click\\nclick(1620, 600)\\nclick(60, 41)", "Comments": "Hide the toolbar and click 'Edit' in the menu bar" }, { "Index ID": 27, "Project ID": "adobeacrobat_04_aug_03", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Add a watermark by selecting 'Draft'.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_04/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey(ctrl, l)", "Comments": "Enter full screen mode" }, { "Index ID": 28, "Project ID": "adobeacrobat_04_aug_04", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Add a watermark by selecting 'Draft'.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_04/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, moveTo, scroll, write\\nfrom time import sleep\\nclick(1714, 197)\\nwrite(sign)\\nsleep(0.5)\\nclick(127, 74)\\nsleep(0.5)\\nmoveTo(960, 500)\\nscroll(-1200)\\nclick(1620, 600)", "Comments": "Type 'sign' in the search box of the Tools sidebar, scroll down in the Tools section to hide all 'Edit PDF' icons, and then hide the sidebar." }, { "Index ID": 29, "Project ID": "adobeacrobat_04_aug_05", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Add a watermark by selecting 'Draft'.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_04/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, moveTo, scroll, hotkey\\nfrom time import sleep\\nclick(127, 74)\\nsleep(0.5)\\nmoveTo(960, 500)\\nscroll(-1200)\\nhotkey(shift, f4)", "Comments": "Hide the search box in the Tools sidebar, then scroll down in the Tools section to hide all 'Edit PDF' icons." }, { "Index ID": 30, "Project ID": "adobeacrobat_05_meta", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Move the second page to the front and delete the last page.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_05/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_05/inst_video.mp4", "Ground-Truth Plan": "Task 1: Organize Pages\\nSubtask 1: Click the 'Organize Pages' tool to start rearranging the pages.\\nSubtask 2: Change the order of pages by dragging the second page to the first place in the page thumbnail view.\\nSubtask 3: Select the last page by clicking on its thumbnail.\\nSubtask 4: Remove a page by clicking 'Delete'.\\nSubtask 5: Confirm the deletion by clicking 'OK'.\\nSubtask 6: Click 'Close' to exit 'Organize Pages'.", "Difficulty": "medium", "Task Length": 6.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 31, "Project ID": "adobeacrobat_05_aug_01", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Move the second page to the front and delete the last page.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_05/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, moveTo, mouseDown, mouseUp\\nclick(1773, 608)\\nmoveTo(480, 415, 1)\\nmouseDown()\\nmoveTo(100, 415, 1)\\nmouseUp()", "Comments": "Click the 'Organize Pages' tool and drag the second page to the first position in the page thumbnails to reorder pages" }, { "Index ID": 32, "Project ID": "adobeacrobat_05_aug_02", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Move the second page to the front and delete the last page.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_05/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, moveTo, press, mouseDown, mouseUp\\nclick(1773, 608)\\nmoveTo(480, 415, 1)\\nmouseDown()\\nmoveTo(100, 415, 1)\\nmouseUp()\\nclick(780, 415)\\npress(Delete)", "Comments": "Use the 'Organize Pages' tool to move the second page to the first position and delete the last page." }, { "Index ID": 33, "Project ID": "adobeacrobat_05_aug_03", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Move the second page to the front and delete the last page.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_05/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click\\nclick(1743, 379)", "Comments": "Open the 'Edit PDF' tool from the right toolbar" }, { "Index ID": 34, "Project ID": "adobeacrobat_05_aug_04", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Move the second page to the front and delete the last page.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_05/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey(ctrl, l)", "Comments": "Enter full screen mode" }, { "Index ID": 35, "Project ID": "adobeacrobat_05_aug_05", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Move the second page to the front and delete the last page.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_05/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey(ctrl, k)", "Comments": "Open the 'Preferences' window" }, { "Index ID": 36, "Project ID": "adobeacrobat_06_meta", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Swap the first slide and the second slide.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_06/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_06/inst_video.mp4", "Ground-Truth Plan": "Task 1: Organize Pages in Adobe Acrobat\\nSubtask 1: Locate and click on the 'Organize Pages' option to view all pages.\\nSubtask 2: Drag the first page and drop it after the second page to swap their positions.\\nSubtask 3: Confirm the swap if prompted.\\nSubtask 4: Save the changes to ensure the new order is applied.", "Difficulty": "medium", "Task Length": 4.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 37, "Project ID": "adobeacrobat_06_aug_01", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Swap the first slide and the second slide.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_06/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, moveTo\\nclick(105, 41)\\nmoveTo(210, 160, 0.5)\\nclick(210, 160)\\nmoveTo(500, 240, 0.5)\\nclick(500, 240)\\nclick(1620, 600)", "Comments": "Open two-page view" }, { "Index ID": 38, "Project ID": "adobeacrobat_06_aug_02", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Swap the first slide and the second slide.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_06/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click\\nclick(1743, 379)", "Comments": "Open the 'Edit PDF' tool from the right toolbar" }, { "Index ID": 39, "Project ID": "adobeacrobat_06_aug_03", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Swap the first slide and the second slide.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_06/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, moveTo, scroll, hotkey\\nfrom time import sleep\\nclick(127, 74)\\nsleep(0.5)\\nmoveTo(960, 500)\\nscroll(-1200)\\nhotkey(shift, f4)", "Comments": "Hide the search box in the Tools sidebar, scroll down in the Tools section, and hide all 'Organize Pages' icons." }, { "Index ID": 40, "Project ID": "adobeacrobat_06_aug_04", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Swap the first slide and the second slide.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_06/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click\\nfrom time import sleep\\nclick(283, 41)\\nsleep(0.5)\\nclick(391, 289)", "Comments": "Open the 'System Report' from the menu" }, { "Index ID": 41, "Project ID": "adobeacrobat_06_aug_05", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Swap the first slide and the second slide.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_06/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey(ctrl, p)", "Comments": "Open the print dialog" }, { "Index ID": 42, "Project ID": "adobeacrobat_07_meta", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Sign 'GUICritic' in the 'Signature of Student'.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_07/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_07/inst_video.mp4", "Ground-Truth Plan": "Task 1: Navigate to the Signature Location\\nSubtask 1: Press 'Ctrl + 1' to resize the page to 100%\\nSubtask 2: Scroll through the document to position the area 'Signature of Student' (execatly the same Text should appears) in the screen.\\n\\nTask 2: Add Your Signature\\nSubtask 1: Click on 'Fill & Sign' in the 'Tools' pane on the right side.\\nSubtask 2: Click on the 'Sign Yourself' icon in the Fill & Sign toolbar.\\nSubtask 3: Click on 'Add Signature' button.\\nSubtask 4: Type in 'GUICritic'.\\nSubtask 5: Click on the button 'Apply'.\\n\\nTask 3: Place the Signature in the Document\\nSubtask 1: Navigate to the position of the signature on the screen. \\nSubtask 2: Click at the position of 'Signature of Student' to place the signature.\\nSubtask 3: Click 'Close' to exit 'Fill & Sign'.", "Difficulty": "hard", "Task Length": 10.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 43, "Project ID": "adobeacrobat_07_aug_01", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Sign 'GUICritic' in the 'Signature of Student'.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_07/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, hotkey, scroll\\nmoveTo(800, 500)\\nhotkey(ctrl, 1)\\nscroll(-2800)", "Comments": "Press 'Ctrl + 1' to resize the page to 100%, then scroll to bring the text 'Signature of Student' into view." }, { "Index ID": 44, "Project ID": "adobeacrobat_07_aug_02", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Sign 'GUICritic' in the 'Signature of Student'.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_07/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, moveTo, hotkey, scroll\\nfrom time import sleep\\nmoveTo(800, 500)\\nhotkey(ctrl, 1)\\nscroll(-2800)\\nclick(1750, 493)\\nsleep(1)\\nclick(1055, 184)", "Comments": "Zoom the page to 100%, locate the 'Signature of Student' text, and open the Fill & Sign tool to access the signature options." }, { "Index ID": 45, "Project ID": "adobeacrobat_07_aug_03", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Sign 'GUICritic' in the 'Signature of Student'.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_07/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, hotkey, scroll\\nfrom time import sleep\\nmoveTo(800, 500)\\nhotkey(ctrl, 1)\\nscroll(-2800)\\nclick(1750, 493)\\nsleep(1)\\nclick(1055, 184)\\nmoveTo(1136, 258, 1)\\nclick(1136, 258)\\nsleep(1)\\nclick(959, 616)\\nsleep(1)\\nwrite(GUICritic)\\npress(Enter)\\nclick(1023, 874)", "Comments": "Navigate to the signature area and add a signature using the Fill & Sign tool." }, { "Index ID": 46, "Project ID": "adobeacrobat_07_aug_04", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Sign 'GUICritic' in the 'Signature of Student'.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_07/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, scroll\\nclick(540, 800)\\nscroll(-6000)", "Comments": "Scroll down the document" }, { "Index ID": 47, "Project ID": "adobeacrobat_07_aug_05", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Sign 'GUICritic' in the 'Signature of Student'.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_07/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey\\nclick(540, 800)\\nhotkey(ctrl, shift, =)", "Comments": "Rotate the page" }, { "Index ID": 48, "Project ID": "adobeacrobat_08_meta", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Sign 'GUICritic' in the 'Signature of Student' with 'signature.png'.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_08/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_08/inst_video.mp4", "Ground-Truth Plan": "Task 1: Navigate to the Signature Location\\nSubtask 1: Press 'Ctrl + 1' to resize the page to 100%\\nSubtask 2: Scroll through the document to position the area 'Signature of Student' (execatly the same Text should appears) in the screen.\\n\\nTask 2: Add Your Signature\\nSubtask 1: Click on 'Fill & Sign' in the 'Tools' pane on the right side.\\nSubtask 2: Click on the 'Sign Yourself' icon in the Fill & Sign toolbar.\\nSubtask 3: Click on 'Add Signature' button.\\nSubtask 4: Click on 'Image'.\\nSubtask 5: Double Click on 'signature.png'.\\nSubtask 6: Click on the button 'Apply'.\\n\\nTask 3: Place the Signature in the Document\\nSubtask 1: Navigate to the position of the signature on the screen. \\nSubtask 2: Click at the position of 'Signature of Student' to place the signature.\\nSubtask 3: Click 'Close' to exit 'Fill & Sign'.", "Difficulty": "hard", "Task Length": 11.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 49, "Project ID": "adobeacrobat_08_aug_01", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Sign 'GUICritic' in the 'Signature of Student' with 'signature.png'.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_08/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, moveTo, hotkey, scroll\\nmoveTo(800, 500)\\nhotkey(ctrl, 1)\\nscroll(-2800)\\nclick(1750, 493)", "Comments": "Resize the page to 100%, scroll to the signature area, and open the Fill & Sign tool." }, { "Index ID": 50, "Project ID": "adobeacrobat_08_aug_02", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Sign 'GUICritic' in the 'Signature of Student' with 'signature.png'.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_08/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click\\nclick(1620, 600)\\nclick(105, 41)", "Comments": "Hide the toolbar and click 'Edit' in the menu bar." }, { "Index ID": 51, "Project ID": "adobeacrobat_08_aug_03", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Sign 'GUICritic' in the 'Signature of Student' with 'signature.png'.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_08/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click\\nclick(1743, 379)", "Comments": "Open the 'Edit PDF' tool from the right toolbar" }, { "Index ID": 52, "Project ID": "adobeacrobat_08_aug_04", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Sign 'GUICritic' in the 'Signature of Student' with 'signature.png'.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_08/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey(ctrl, k)", "Comments": "Open the 'Preferences' window" }, { "Index ID": 53, "Project ID": "adobeacrobat_08_aug_05", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Sign 'GUICritic' in the 'Signature of Student' with 'signature.png'.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_08/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import hotkey, click, scroll\\nhotkey(ctrl, 0)\\nhotkey(ctrl, -)\\nhotkey(ctrl, -)\\nclick(540, 800)\\nscroll(-500)", "Comments": "Reduce the document view size and scroll down" }, { "Index ID": 54, "Project ID": "adobeacrobat_09_meta", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Add an image 'car.jpg' to the document then edit the image by flipping vertically.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_09/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_09/inst_video.mp4", "Ground-Truth Plan": "Task 1: Add an image to the composition\\nSubtask 1: Click on 'Edit PDF' in the 'Tools' pane on the right side.\\nSubtask 2: Click the 'Add Image' button to begin adding an image.\\nSubtask 3: Double Click on 'signature.png'.\\nSubtask 4: Click on the left top of the document.\\n\\nTask 2: Edit the image\\nSubtask 1: Click on the image to select it.\\nSubtask 2: Flip the image by clicking the 'Flip Vertically' button.\\nSubtask 3: Click 'Close' to exit editing.", "Difficulty": "hard", "Task Length": 7.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 55, "Project ID": "adobeacrobat_09_aug_01", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Add an image 'car.jpg' to the document then edit the image by flipping vertically.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_09/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click\\nclick(1743, 379)\\nclick(702, 185)", "Comments": "Open the 'Edit PDF' tool from the Tools pane and click the 'Add Image' button to insert an image." }, { "Index ID": 56, "Project ID": "adobeacrobat_09_aug_02", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Add an image 'car.jpg' to the document then edit the image by flipping vertically.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_09/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click\\nclick(1750, 493)", "Comments": "Open the 'Fill & Sign' tool from the right toolbar" }, { "Index ID": 57, "Project ID": "adobeacrobat_09_aug_03", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Add an image 'car.jpg' to the document then edit the image by flipping vertically.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_09/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey(ctrl, l)", "Comments": "Enter full screen mode" }, { "Index ID": 58, "Project ID": "adobeacrobat_09_aug_04", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Add an image 'car.jpg' to the document then edit the image by flipping vertically.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_09/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, moveTo, scroll, hotkey\\nfrom time import sleep\\nclick(127, 74)\\nsleep(0.5)\\nmoveTo(960, 500)\\nscroll(-1200)\\nhotkey(shift, f4)", "Comments": "Hide the search box in the Tools sidebar, scroll down in the Tools section, and hide all 'Edit PDF' icons." }, { "Index ID": 59, "Project ID": "adobeacrobat_09_aug_05", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Add an image 'car.jpg' to the document then edit the image by flipping vertically.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_09/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey(ctrl, k)", "Comments": "Open the 'Preferences' window" }, { "Index ID": 60, "Project ID": "adobeacrobat_10_meta", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Insert 'car.pdf' to the document before the first page.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_10/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_10/inst_video.mp4", "Ground-Truth Plan": "Task 1: Insert a PDF file into the current document\\nSubtask 1: Click the 'Organize Pages' tool to start rearranging the pages.\\nSubtask 2: Click the 'Insert' button on the toolbar.\\nSubtask 3: Choose 'From File' to select a PDF from your files.\\nSubtask 4: DoubleClick 'car.pdf'.\\nSubtask 5: Choose 'Before' in the Location menu.\\nSubtask 6: Click 'OK'.\\nSubtask 7: Click 'Close' to exit 'Organize Pages'.", "Difficulty": "medium", "Task Length": 7.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 61, "Project ID": "adobeacrobat_10_aug_01", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Insert 'car.pdf' to the document before the first page.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_10/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_10/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click\\nclick(1773, 608)\\nclick(1038, 184)", "Comments": "Open the 'Organize Pages' tool and click the 'Insert' button to add pages." }, { "Index ID": 62, "Project ID": "adobeacrobat_10_aug_02", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Insert 'car.pdf' to the document before the first page.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_10/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_10/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click\\nclick(1743, 379)", "Comments": "Open the 'Edit PDF' tool from the right toolbar" }, { "Index ID": 63, "Project ID": "adobeacrobat_10_aug_03", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Insert 'car.pdf' to the document before the first page.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_10/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_10/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, moveTo, scroll\\nfrom time import sleep\\nclick(283, 41)\\nsleep(0.5)\\nclick(391, 289)", "Comments": "Open the 'System Report' from the menu" }, { "Index ID": 64, "Project ID": "adobeacrobat_10_aug_04", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Insert 'car.pdf' to the document before the first page.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_10/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_10/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, moveTo, scroll, hotkey\\nfrom time import sleep\\nclick(127, 74)\\nsleep(0.5)\\nmoveTo(960, 500)\\nscroll(-1200)\\nhotkey(shift, f4)", "Comments": "Hide the search box in the Tools sidebar, scroll down in the Tools section, and hide all 'Organize Pages' icons." }, { "Index ID": 65, "Project ID": "adobeacrobat_10_aug_05", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Insert 'car.pdf' to the document before the first page.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_10/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_10/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey(ctrl, p)", "Comments": "Open the print dialog" }, { "Index ID": 66, "Project ID": "excel_00_meta", "Task Category": "Office", "Software Name": "Excel", "User Query": "Enter text 1234 into the cell of L2", "Project File Type": "project.xlsx", "project file path": "Excel/excel_00/project.xlsx", "video path": "Excel/excel_00/inst_video.mp4", "Ground-Truth Plan": "Task 1: Select a cell.\\nSubtask 1: Click on cell L2.\\n\\nTask 2: Enter data into a cell.\\nSubtask 1: Type '1234' into the cell.", "Difficulty": "simple", "Task Length": 2.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 67, "Project ID": "excel_00_aug_01", "Task Category": "Office", "Software Name": "Excel", "User Query": "Enter text 1234 into the cell of L2", "Project File Type": "project.xlsx", "project file path": "Excel/excel_00/project.xlsx", "video path": "Excel/excel_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write, doubleClick\\nclick(929, 307)", "Comments": "Click L2 cell" }, { "Index ID": 68, "Project ID": "excel_00_aug_02", "Task Category": "Office", "Software Name": "Excel", "User Query": "Enter text 1234 into the cell of L2", "Project File Type": "project.xlsx", "project file path": "Excel/excel_00/project.xlsx", "video path": "Excel/excel_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write, doubleClick\\nclick(929, 447)", "Comments": "Click L8 cell" }, { "Index ID": 69, "Project ID": "excel_00_aug_03", "Task Category": "Office", "Software Name": "Excel", "User Query": "Enter text 1234 into the cell of L2", "Project File Type": "project.xlsx", "project file path": "Excel/excel_00/project.xlsx", "video path": "Excel/excel_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(174, 62)", "Comments": "Click on Insert tab" }, { "Index ID": 70, "Project ID": "excel_00_aug_04", "Task Category": "Office", "Software Name": "Excel", "User Query": "Enter text 1234 into the cell of L2", "Project File Type": "project.xlsx", "project file path": "Excel/excel_00/project.xlsx", "video path": "Excel/excel_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(1164, 127)", "Comments": "Click on 'Format as Table' button" }, { "Index ID": 71, "Project ID": "excel_00_aug_05", "Task Category": "Office", "Software Name": "Excel", "User Query": "Enter text 1234 into the cell of L2", "Project File Type": "project.xlsx", "project file path": "Excel/excel_00/project.xlsx", "video path": "Excel/excel_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(1591, 127)\\nmoveTo(1591, 190, 0.5)\\nclick(1591, 190)", "Comments": "Click on Find&Select and then click on 'Find' sub item" }, { "Index ID": 72, "Project ID": "excel_01_meta", "Task Category": "Office", "Software Name": "Excel", "User Query": "Clear the contents of the cell of A18, but do not delete the cell", "Project File Type": "project.xlsx", "project file path": "Excel/excel_01/project.xlsx", "video path": "Excel/excel_01/inst_video.mp4", "Ground-Truth Plan": "Task 1: Delete cell A18\\nSubtask 1: Click on cell A18 to select it.\\nSubtask 2: Press the backspace or delete key on your keyboard to clear the contents of the cell.", "Difficulty": "simple", "Task Length": 2.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 73, "Project ID": "excel_01_aug_01", "Task Category": "Office", "Software Name": "Excel", "User Query": "Clear the contents of the cell of A18, but do not delete the cell", "Project File Type": "project.xlsx", "project file path": "Excel/excel_01/project.xlsx", "video path": "Excel/excel_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write, doubleClick\\nclick(16, 721)", "Comments": "Select row 20" }, { "Index ID": 74, "Project ID": "excel_01_aug_02", "Task Category": "Office", "Software Name": "Excel", "User Query": "Clear the contents of the cell of A18, but do not delete the cell", "Project File Type": "project.xlsx", "project file path": "Excel/excel_01/project.xlsx", "video path": "Excel/excel_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write, doubleClick\\nclick(929, 447)", "Comments": "Click L8 cell" }, { "Index ID": 75, "Project ID": "excel_01_aug_03", "Task Category": "Office", "Software Name": "Excel", "User Query": "Clear the contents of the cell of A18, but do not delete the cell", "Project File Type": "project.xlsx", "project file path": "Excel/excel_01/project.xlsx", "video path": "Excel/excel_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(174, 62)", "Comments": "Click on Insert tab" }, { "Index ID": 76, "Project ID": "excel_01_aug_04", "Task Category": "Office", "Software Name": "Excel", "User Query": "Clear the contents of the cell of A18, but do not delete the cell", "Project File Type": "project.xlsx", "project file path": "Excel/excel_01/project.xlsx", "video path": "Excel/excel_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(1164, 127)", "Comments": "Click on 'Format as Table'" }, { "Index ID": 77, "Project ID": "excel_01_aug_05", "Task Category": "Office", "Software Name": "Excel", "User Query": "Clear the contents of the cell of A18, but do not delete the cell", "Project File Type": "project.xlsx", "project file path": "Excel/excel_01/project.xlsx", "video path": "Excel/excel_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(1591, 127)\\nmoveTo(1591, 190, 0.5)\\nclick(1591, 190)", "Comments": "Click on Find&Select and then click on 'Find' sub item" }, { "Index ID": 78, "Project ID": "excel_02_meta", "Task Category": "Office", "Software Name": "Excel", "User Query": "Delete the entire thirteenth line", "Project File Type": "project.xlsx", "project file path": "Excel/excel_02/project.xlsx", "video path": "Excel/excel_02/inst_video.mp4", "Ground-Truth Plan": "Task 1: Select row 13\\nSubtask 1: Select the entire thirteenth row by clicking on the row number '13'.\\n\\nTask 2: delete row 13\\nSubtask 1: Right-click.\\nSubtask 2: Choose 'Delete' from the right-click context menu.", "Difficulty": "simple", "Task Length": 3.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 79, "Project ID": "excel_02_aug_01", "Task Category": "Office", "Software Name": "Excel", "User Query": "Delete the entire thirteenth line", "Project File Type": "project.xlsx", "project file path": "Excel/excel_02/project.xlsx", "video path": "Excel/excel_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write, doubleClick\\nclick(16, 628)", "Comments": "Select row 16" }, { "Index ID": 80, "Project ID": "excel_02_aug_02", "Task Category": "Office", "Software Name": "Excel", "User Query": "Delete the entire thirteenth line", "Project File Type": "project.xlsx", "project file path": "Excel/excel_02/project.xlsx", "video path": "Excel/excel_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write, doubleClick\\nclick(16, 560)", "Comments": "Click on row 13" }, { "Index ID": 81, "Project ID": "excel_02_aug_03", "Task Category": "Office", "Software Name": "Excel", "User Query": "Delete the entire thirteenth line", "Project File Type": "project.xlsx", "project file path": "Excel/excel_02/project.xlsx", "video path": "Excel/excel_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(174, 62)", "Comments": "Click on Insert tab" }, { "Index ID": 82, "Project ID": "excel_02_aug_04", "Task Category": "Office", "Software Name": "Excel", "User Query": "Delete the entire thirteenth line", "Project File Type": "project.xlsx", "project file path": "Excel/excel_02/project.xlsx", "video path": "Excel/excel_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(259, 62)", "Comments": "Click on Page Layout tab" }, { "Index ID": 83, "Project ID": "excel_02_aug_05", "Task Category": "Office", "Software Name": "Excel", "User Query": "Delete the entire thirteenth line", "Project File Type": "project.xlsx", "project file path": "Excel/excel_02/project.xlsx", "video path": "Excel/excel_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(1591, 127)\\nmoveTo(1591, 190, 0.5)\\nclick(1591, 190)", "Comments": "Click on Find&Select and then click on 'Find' sub item" }, { "Index ID": 84, "Project ID": "excel_03_meta", "Task Category": "Office", "Software Name": "Excel", "User Query": "Copy the contents of B15 to L15", "Project File Type": "project.xlsx", "project file path": "Excel/excel_03/project.xlsx", "video path": "Excel/excel_03/inst_video.mp4", "Ground-Truth Plan": "Task 1: Select the cell with the content you want to copy.\\nSubtask 1: Click on cell B15.\\n\\nTask 2: Copy the content.\\nSubtask 1: Click 'Copy' on the ribbon or press Ctrl+C on your keyboard.\\n\\nTask 3: Select the destination cell.\\nSubtask 1: Click on cell L15.\\n\\nTask 4: Paste the content into the destination cell.\\nSubtask 1: Click 'Paste' icon above the 'Paste' text on the ribbon or press Ctrl+V on your keyboard.", "Difficulty": "simple", "Task Length": 4.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 85, "Project ID": "excel_03_aug_01", "Task Category": "Office", "Software Name": "Excel", "User Query": "Copy the contents of B15 to L15", "Project File Type": "project.xlsx", "project file path": "Excel/excel_03/project.xlsx", "video path": "Excel/excel_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write, doubleClick\\nclick(148, 607)", "Comments": "Click cell B15" }, { "Index ID": 86, "Project ID": "excel_03_aug_02", "Task Category": "Office", "Software Name": "Excel", "User Query": "Copy the contents of B15 to L15", "Project File Type": "project.xlsx", "project file path": "Excel/excel_03/project.xlsx", "video path": "Excel/excel_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write, doubleClick\\nclick(148, 607)\\nclick(79, 135)", "Comments": "Click cell B15 and then click copy button" }, { "Index ID": 87, "Project ID": "excel_03_aug_03", "Task Category": "Office", "Software Name": "Excel", "User Query": "Copy the contents of B15 to L15", "Project File Type": "project.xlsx", "project file path": "Excel/excel_03/project.xlsx", "video path": "Excel/excel_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(174, 62)", "Comments": "Click on Insert tab" }, { "Index ID": 88, "Project ID": "excel_03_aug_04", "Task Category": "Office", "Software Name": "Excel", "User Query": "Copy the contents of B15 to L15", "Project File Type": "project.xlsx", "project file path": "Excel/excel_03/project.xlsx", "video path": "Excel/excel_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(259, 62)", "Comments": "Click on Page Layout tab" }, { "Index ID": 89, "Project ID": "excel_03_aug_05", "Task Category": "Office", "Software Name": "Excel", "User Query": "Copy the contents of B15 to L15", "Project File Type": "project.xlsx", "project file path": "Excel/excel_03/project.xlsx", "video path": "Excel/excel_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(1591, 127)\\nmoveTo(1591, 190, 0.5)\\nclick(1591, 190)", "Comments": "Click on Find&Select and then Click on Find sub item" }, { "Index ID": 90, "Project ID": "excel_04_meta", "Task Category": "Office", "Software Name": "Excel", "User Query": "Merge A1:K1", "Project File Type": "project.xlsx", "project file path": "Excel/excel_04/project.xlsx", "video path": "Excel/excel_04/inst_video.mp4", "Ground-Truth Plan": "Task 1: Select A1:K1\\nSubtask 1: Select the cells A1 through K1.\\n\\nTask 2: Merge cells\\nSubtask 1: Click the Merge & Center command.\\nSubtask 2: Click 'OK' to confirm the change.", "Difficulty": "simple", "Task Length": 3.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 91, "Project ID": "excel_04_aug_01", "Task Category": "Office", "Software Name": "Excel", "User Query": "Merge A1:K1", "Project File Type": "project.xlsx", "project file path": "Excel/excel_04/project.xlsx", "video path": "Excel/excel_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write, doubleClick\\nclick(167, 65)", "Comments": "Click on Insert Tab" }, { "Index ID": 92, "Project ID": "excel_04_aug_02", "Task Category": "Office", "Software Name": "Excel", "User Query": "Merge A1:K1", "Project File Type": "project.xlsx", "project file path": "Excel/excel_04/project.xlsx", "video path": "Excel/excel_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(70, 307)\\nkeyDown(shift)\\nclick(851, 307)\\nkeyUp(shift)", "Comments": "Select A1:K1" }, { "Index ID": 93, "Project ID": "excel_04_aug_03", "Task Category": "Office", "Software Name": "Excel", "User Query": "Merge A1:K1", "Project File Type": "project.xlsx", "project file path": "Excel/excel_04/project.xlsx", "video path": "Excel/excel_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(70, 367)\\nkeyDown(shift)\\nclick(851, 367)\\nkeyUp(shift)", "Comments": "Select A5:K5" }, { "Index ID": 94, "Project ID": "excel_04_aug_04", "Task Category": "Office", "Software Name": "Excel", "User Query": "Merge A1:K1", "Project File Type": "project.xlsx", "project file path": "Excel/excel_04/project.xlsx", "video path": "Excel/excel_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(259, 62)", "Comments": "Click on Page Layout tab" }, { "Index ID": 95, "Project ID": "excel_04_aug_05", "Task Category": "Office", "Software Name": "Excel", "User Query": "Merge A1:K1", "Project File Type": "project.xlsx", "project file path": "Excel/excel_04/project.xlsx", "video path": "Excel/excel_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(1591, 127)\\nmoveTo(1591, 190, 0.5)\\nclick(1591, 190)", "Comments": "Click on Find&Select and then Click on Find sub item" }, { "Index ID": 96, "Project ID": "excel_05_meta", "Task Category": "Office", "Software Name": "Excel", "User Query": "Split A1", "Project File Type": "project.xlsx", "project file path": "Excel/excel_05/project.xlsx", "video path": "Excel/excel_05/inst_video.mp4", "Ground-Truth Plan": "Task 1: Select cell\\nSubtask 1: Select cell A1.\\n\\nTask 2: Merge split cells\\nSubtask 1: Click the 'Merge & Center' command on the Home tab in the Alignment group.\\nSubtask 2: Click on 'OK' in the pop-up window", "Difficulty": "simple", "Task Length": 3.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 97, "Project ID": "excel_05_aug_01", "Task Category": "Office", "Software Name": "Excel", "User Query": "Split A1", "Project File Type": "project.xlsx", "project file path": "Excel/excel_05/project.xlsx", "video path": "Excel/excel_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(70, 277)", "Comments": "Click on cell A1" }, { "Index ID": 98, "Project ID": "excel_05_aug_02", "Task Category": "Office", "Software Name": "Excel", "User Query": "Split A1", "Project File Type": "project.xlsx", "project file path": "Excel/excel_05/project.xlsx", "video path": "Excel/excel_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(346, 65)", "Comments": "Click on Formulas Tab" }, { "Index ID": 99, "Project ID": "excel_05_aug_03", "Task Category": "Office", "Software Name": "Excel", "User Query": "Split A1", "Project File Type": "project.xlsx", "project file path": "Excel/excel_05/project.xlsx", "video path": "Excel/excel_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(174, 62)", "Comments": "Click on Insert tab" }, { "Index ID": 100, "Project ID": "excel_05_aug_04", "Task Category": "Office", "Software Name": "Excel", "User Query": "Split A1", "Project File Type": "project.xlsx", "project file path": "Excel/excel_05/project.xlsx", "video path": "Excel/excel_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(259, 62)", "Comments": "Click on Page Layout tab" }, { "Index ID": 101, "Project ID": "excel_05_aug_05", "Task Category": "Office", "Software Name": "Excel", "User Query": "Split A1", "Project File Type": "project.xlsx", "project file path": "Excel/excel_05/project.xlsx", "video path": "Excel/excel_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(1591, 127)\\nmoveTo(1591, 190, 0.5)\\nclick(1591, 190)", "Comments": "Click on Find&Select and then Click on Find sub item" }, { "Index ID": 102, "Project ID": "excel_06_meta", "Task Category": "Office", "Software Name": "Excel", "User Query": "Replace all '0' with 'zero'", "Project File Type": "project.xlsx", "project file path": "Excel/excel_06/project.xlsx", "video path": "Excel/excel_06/inst_video.mp4", "Ground-Truth Plan": "Task 1: Replace all '0' with 'zero'\\nSubtask 1: Click on the 'Find & Select' button on the ribbon.\\nSubtask 2: Choose 'Replace' from the dropdown menu.\\nSubtask 3: Type '0' in the 'Find what' field.\\nSubtask 4: Type 'zero' in the 'Replace with' field.\\nSubtask 5: Click 'Replace All' to change all instances of '0' to 'zero'.", "Difficulty": "medium", "Task Length": 5.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 103, "Project ID": "excel_06_aug_01", "Task Category": "Office", "Software Name": "Excel", "User Query": "Replace all '0' with 'zero'", "Project File Type": "project.xlsx", "project file path": "Excel/excel_06/project.xlsx", "video path": "Excel/excel_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(1484, 135)", "Comments": "Click on 'Find&Select'" }, { "Index ID": 104, "Project ID": "excel_06_aug_02", "Task Category": "Office", "Software Name": "Excel", "User Query": "Replace all '0' with 'zero'", "Project File Type": "project.xlsx", "project file path": "Excel/excel_06/project.xlsx", "video path": "Excel/excel_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(346, 65)", "Comments": "Click on Formulars Tab" }, { "Index ID": 105, "Project ID": "excel_06_aug_03", "Task Category": "Office", "Software Name": "Excel", "User Query": "Replace all '0' with 'zero'", "Project File Type": "project.xlsx", "project file path": "Excel/excel_06/project.xlsx", "video path": "Excel/excel_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(174, 62)", "Comments": "Click on Insert tab" }, { "Index ID": 106, "Project ID": "excel_06_aug_04", "Task Category": "Office", "Software Name": "Excel", "User Query": "Replace all '0' with 'zero'", "Project File Type": "project.xlsx", "project file path": "Excel/excel_06/project.xlsx", "video path": "Excel/excel_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(259, 62)", "Comments": "Click on Page Layout tab" }, { "Index ID": 107, "Project ID": "excel_07_meta", "Task Category": "Office", "Software Name": "Excel", "User Query": "Filter out the data with a value of 2.51 in column B1 (Imu0_linear_accleration_x)", "Project File Type": "project.xlsx", "project file path": "Excel/excel_07/project.xlsx", "video path": "Excel/excel_07/inst_video.mp4", "Ground-Truth Plan": "Subtask 1: Select the column B.\\nSubtask 2: Go to the Data tab.\\nSubtask 3: Click the Filter command to add dropdown arrows to the header row.\\nSubtask 4: Click the dropdown arrow in the header cell of column B (Imu0_linear_accleration_x) to access filtering options.\\nSubtask 5: Uncheck 'Select All' to clear all checkboxes.\\nSubtask 6: Check the box for the value 2.51.\\nSubtask 7: Click OK to apply the filter and display only rows where column B (Imu0_linear_accleration_x) has a value of 2.51.", "Difficulty": "hard", "Task Length": 7.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 108, "Project ID": "excel_07_aug_01", "Task Category": "Office", "Software Name": "Excel", "User Query": "Filter out the data with a value of 2.51 in column B1 (Imu0_linear_accleration_x)", "Project File Type": "project.xlsx", "project file path": "Excel/excel_07/project.xlsx", "video path": "Excel/excel_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(172, 267)", "Comments": "Select column B" }, { "Index ID": 109, "Project ID": "excel_07_aug_02", "Task Category": "Office", "Software Name": "Excel", "User Query": "Filter out the data with a value of 2.51 in column B1 (Imu0_linear_accleration_x)", "Project File Type": "project.xlsx", "project file path": "Excel/excel_07/project.xlsx", "video path": "Excel/excel_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(172, 267)\\nclick(418, 65)", "Comments": "Select column B, and then click on Data Tab" }, { "Index ID": 110, "Project ID": "excel_07_aug_03", "Task Category": "Office", "Software Name": "Excel", "User Query": "Filter out the data with a value of 2.51 in column B1 (Imu0_linear_accleration_x)", "Project File Type": "project.xlsx", "project file path": "Excel/excel_07/project.xlsx", "video path": "Excel/excel_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(222, 267)", "Comments": "Select column C" }, { "Index ID": 111, "Project ID": "excel_07_aug_04", "Task Category": "Office", "Software Name": "Excel", "User Query": "Filter out the data with a value of 2.51 in column B1 (Imu0_linear_accleration_x)", "Project File Type": "project.xlsx", "project file path": "Excel/excel_07/project.xlsx", "video path": "Excel/excel_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(259, 62)", "Comments": "Click on Page Layout tab" }, { "Index ID": 112, "Project ID": "excel_07_aug_05", "Task Category": "Office", "Software Name": "Excel", "User Query": "Filter out the data with a value of 2.51 in column B1 (Imu0_linear_accleration_x)", "Project File Type": "project.xlsx", "project file path": "Excel/excel_07/project.xlsx", "video path": "Excel/excel_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(1591, 127)\\nmoveTo(1591, 190, 0.5)\\nclick(1591, 190)", "Comments": "Click on Find&Select and then Click on Find sub item" }, { "Index ID": 113, "Project ID": "excel_08_meta", "Task Category": "Office", "Software Name": "Excel", "User Query": "Perform Group operation on the columns B1:D10", "Project File Type": "project.xlsx", "project file path": "Excel/excel_08/project.xlsx", "video path": "Excel/excel_08/inst_video.mp4", "Ground-Truth Plan": "Task 1: Perform the group operation\\nSubtask 1: Select the columns B to D from row 1 to row 10.\\nSubtask 2: Go to the 'Data' tab.\\nSubtask 3: Click the 'Group' icon above the Group text.\\nSubtask 4: Choose the 'Columns' option.\\nSubtask 5: Click 'OK' to confirm the group operation.\\nSubtask 6: Use the minus sign at the top of the grouped columns to hide or collapse the data.\\nSubtask 7: Use the plus sign that appears to show the data again.", "Difficulty": "medium", "Task Length": 7.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 114, "Project ID": "excel_08_aug_01", "Task Category": "Office", "Software Name": "Excel", "User Query": "Perform Group operation on the columns B1:D10", "Project File Type": "project.xlsx", "project file path": "Excel/excel_08/project.xlsx", "video path": "Excel/excel_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(148, 277)\\nkeyDown(shift)\\nclick(304, 497)\\nkeyUp(shift)", "Comments": "Select B1:D10" }, { "Index ID": 115, "Project ID": "excel_08_aug_02", "Task Category": "Office", "Software Name": "Excel", "User Query": "Perform Group operation on the columns B1:D10", "Project File Type": "project.xlsx", "project file path": "Excel/excel_08/project.xlsx", "video path": "Excel/excel_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(148, 277)\\nkeyDown(shift)\\nclick(304, 497)\\nkeyUp(shift)\\nclick(418, 65)", "Comments": "Select B1:D10, and then Click on Data Tab" }, { "Index ID": 116, "Project ID": "excel_08_aug_03", "Task Category": "Office", "Software Name": "Excel", "User Query": "Perform Group operation on the columns B1:D10", "Project File Type": "project.xlsx", "project file path": "Excel/excel_08/project.xlsx", "video path": "Excel/excel_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(108, 277)\\nkeyDown(shift)\\nclick(304, 497)\\nkeyUp(shift)\\nclick(418, 65)", "Comments": "Select A1: D10" }, { "Index ID": 117, "Project ID": "excel_08_aug_04", "Task Category": "Office", "Software Name": "Excel", "User Query": "Perform Group operation on the columns B1:D10", "Project File Type": "project.xlsx", "project file path": "Excel/excel_08/project.xlsx", "video path": "Excel/excel_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(259, 62)", "Comments": "Click on Page Layout tab" }, { "Index ID": 118, "Project ID": "excel_08_aug_05", "Task Category": "Office", "Software Name": "Excel", "User Query": "Perform Group operation on the columns B1:D10", "Project File Type": "project.xlsx", "project file path": "Excel/excel_08/project.xlsx", "video path": "Excel/excel_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(1591, 127)\\nmoveTo(1591, 190, 0.5)\\nclick(1591, 190)", "Comments": "Click on Find&Select and then Click on Find sub item" }, { "Index ID": 119, "Project ID": "excel_09_meta", "Task Category": "Office", "Software Name": "Excel", "User Query": "Perform Format as Table operation on A1:K10 and randomly select a table format.", "Project File Type": "project.xlsx", "project file path": "Excel/excel_09/project.xlsx", "video path": "Excel/excel_09/inst_video.mp4", "Ground-Truth Plan": "Task 1: Perform the style\\nSubtask 1: Select the cells A1:K10 that you want to include in the table.\\nSubtask 2: Click the 'Format as Table' command on the Home tab.\\nSubtask 3: Choose a random table style from the available options.\\nSubtask 4: Ensure the 'My table has headers' option is checked if your data includes headers.\\nSubtask 5: Click 'OK' to create the table.", "Difficulty": "", "Task Length": 5.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 120, "Project ID": "excel_09_aug_01", "Task Category": "Office", "Software Name": "Excel", "User Query": "Perform Format as Table operation on A1:K10 and randomly select a table format.", "Project File Type": "project.xlsx", "project file path": "Excel/excel_09/project.xlsx", "video path": "Excel/excel_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(70, 282)\\nkeyDown(shift)\\nclick(851, 497)\\nkeyUp(shift)", "Comments": "Select A1:K10" }, { "Index ID": 121, "Project ID": "excel_09_aug_02", "Task Category": "Office", "Software Name": "Excel", "User Query": "Perform Format as Table operation on A1:K10 and randomly select a table format.", "Project File Type": "project.xlsx", "project file path": "Excel/excel_09/project.xlsx", "video path": "Excel/excel_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step+Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(70, 282)\\nkeyDown(shift)\\nclick(851, 497)\\nkeyUp(shift)\\nclick(418, 65)", "Comments": "Select A1:K10, and then click on Data Tab" }, { "Index ID": 122, "Project ID": "excel_09_aug_03", "Task Category": "Office", "Software Name": "Excel", "User Query": "Perform Format as Table operation on A1:K10 and randomly select a table format.", "Project File Type": "project.xlsx", "project file path": "Excel/excel_09/project.xlsx", "video path": "Excel/excel_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(148, 277)\\nkeyDown(shift)\\nclick(304, 497)\\nkeyUp(shift)", "Comments": "Select B1:D10" }, { "Index ID": 123, "Project ID": "excel_09_aug_04", "Task Category": "Office", "Software Name": "Excel", "User Query": "Perform Format as Table operation on A1:K10 and randomly select a table format.", "Project File Type": "project.xlsx", "project file path": "Excel/excel_09/project.xlsx", "video path": "Excel/excel_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(259, 62)", "Comments": "Click on Page Layout tab" }, { "Index ID": 124, "Project ID": "excel_09_aug_05", "Task Category": "Office", "Software Name": "Excel", "User Query": "Perform Format as Table operation on A1:K10 and randomly select a table format.", "Project File Type": "project.xlsx", "project file path": "Excel/excel_09/project.xlsx", "video path": "Excel/excel_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(1591, 127)\\nmoveTo(1591, 190, 0.5)\\nclick(1591, 190)", "Comments": "Click on Find&Select and then Click on Find sub item" }, { "Index ID": 125, "Project ID": "excel_10_meta", "Task Category": "Office", "Software Name": "Excel", "User Query": "Adjust column and row sizes to ensure all data is visible without any cutoffs", "Project File Type": "project.xlsx", "project file path": "Excel/excel_10/project.xlsx", "video path": "Excel/excel_10/inst_video.mp4", "Ground-Truth Plan": "Task 1: Adjust column and row sizes for better readability\\nSubtask 1: Press Control + A to select the entire table\\nSubtask 2: Press Alt + H + O + I to auto-fit columns\\nSubtask 3: Press Alt + H + O + A to auto-fit rows", "Difficulty": "", "Task Length": 3.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 126, "Project ID": "excel_10_aug_01", "Task Category": "Office", "Software Name": "Excel", "User Query": "Adjust column and row sizes to ensure all data is visible without any cutoffs", "Project File Type": "project.xlsx", "project file path": "Excel/excel_10/project.xlsx", "video path": "Excel/excel_10/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nhotkey(ctrl, a)", "Comments": "Press ctrl+a" }, { "Index ID": 127, "Project ID": "excel_10_aug_02", "Task Category": "Office", "Software Name": "Excel", "User Query": "Adjust column and row sizes to ensure all data is visible without any cutoffs", "Project File Type": "project.xlsx", "project file path": "Excel/excel_10/project.xlsx", "video path": "Excel/excel_10/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(429, 62)", "Comments": "Click on Data Tab" }, { "Index ID": 128, "Project ID": "excel_10_aug_03", "Task Category": "Office", "Software Name": "Excel", "User Query": "Adjust column and row sizes to ensure all data is visible without any cutoffs", "Project File Type": "project.xlsx", "project file path": "Excel/excel_10/project.xlsx", "video path": "Excel/excel_10/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(148, 277)\\nkeyDown(shift)\\nclick(304, 497)\\nkeyUp(shift)", "Comments": "Select B1:D10" }, { "Index ID": 129, "Project ID": "excel_10_aug_04", "Task Category": "Office", "Software Name": "Excel", "User Query": "Adjust column and row sizes to ensure all data is visible without any cutoffs", "Project File Type": "project.xlsx", "project file path": "Excel/excel_10/project.xlsx", "video path": "Excel/excel_10/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(259, 62)", "Comments": "Click on Page Layout tab" }, { "Index ID": 130, "Project ID": "excel_10_aug_05", "Task Category": "Office", "Software Name": "Excel", "User Query": "Adjust column and row sizes to ensure all data is visible without any cutoffs", "Project File Type": "project.xlsx", "project file path": "Excel/excel_10/project.xlsx", "video path": "Excel/excel_10/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(1591, 127)\\nmoveTo(1591, 190, 0.5)\\nclick(1591, 190)", "Comments": "Click on Find&Select and then Click on Find sub item" }, { "Index ID": 131, "Project ID": "excel_11_meta", "Task Category": "Office", "Software Name": "Excel", "User Query": "Check for duplicate values in an Excel table", "Project File Type": "project.xlsx", "project file path": "Excel/excel_11/project.xlsx", "video path": "Excel/excel_11/inst_video.mp4", "Ground-Truth Plan": "Task 1: Check for and remove duplicate values in an Excel table\\nSubtask 1: Select the entire table by pressing 'Ctrl + A'\\nSubtask 2: Navigate to the 'Data' tab\\nSubtask 3: Click on the 'Remove Duplicates' icon\\nSubtask 4: Ensure that the 'My data has headers' option is checked if your data includes headers\\nSubtask 5: Click 'OK' to remove duplicates", "Difficulty": "hard", "Task Length": 5.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 132, "Project ID": "excel_11_aug_01", "Task Category": "Office", "Software Name": "Excel", "User Query": "Check for duplicate values in an Excel table", "Project File Type": "project.xlsx", "project file path": "Excel/excel_11/project.xlsx", "video path": "Excel/excel_11/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nhotkey(ctrl, a)\\nclick(400, 62)", "Comments": "Select all and Click Data" }, { "Index ID": 133, "Project ID": "excel_11_aug_02", "Task Category": "Office", "Software Name": "Excel", "User Query": "Check for duplicate values in an Excel table", "Project File Type": "project.xlsx", "project file path": "Excel/excel_11/project.xlsx", "video path": "Excel/excel_11/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(108, 62)\\nmoveTo(1590, 100, 1)\\nclick(1590, 100)\\nmoveTo(1610, 220, 1)\\nclick(1610, 220)", "Comments": "Open Find & Select dialogue" }, { "Index ID": 134, "Project ID": "excel_11_aug_03", "Task Category": "Office", "Software Name": "Excel", "User Query": "Check for duplicate values in an Excel table", "Project File Type": "project.xlsx", "project file path": "Excel/excel_11/project.xlsx", "video path": "Excel/excel_11/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(259, 62)", "Comments": "Click on Page Layout tab" }, { "Index ID": 135, "Project ID": "excel_11_aug_04", "Task Category": "Office", "Software Name": "Excel", "User Query": "Check for duplicate values in an Excel table", "Project File Type": "project.xlsx", "project file path": "Excel/excel_11/project.xlsx", "video path": "Excel/excel_11/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(148, 277)\\nkeyDown(shift)\\nclick(304, 497)\\nkeyUp(shift)", "Comments": "Select B1:D10" }, { "Index ID": 136, "Project ID": "powerpoint_00_meta", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Set the transitions of the second ppt to Push", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_00/project.pptx", "video path": "PowerPoint/powerpoint_00/inst_video.mp4", "Ground-Truth Plan": "Task 1: Apply the 'Push' transition to the second slide\\nSubtask 1: Select the second slide in your PowerPoint presentation.\\nSubtask 2: Click on the Transitions tab at the top of PowerPoint to access transition options.\\nSubtask 3: In the Transitions gallery click on the 'Push' transition to apply it to the selected slide.", "Difficulty": "simple", "Task Length": 3.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 137, "Project ID": "powerpoint_00_aug_01", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Set the transitions of the second ppt to Push", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_00/project.pptx", "video path": "PowerPoint/powerpoint_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click\\nclick(150, 422)", "Comments": "Click on second slide" }, { "Index ID": 138, "Project ID": "powerpoint_00_aug_02", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Set the transitions of the second ppt to Push", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_00/project.pptx", "video path": "PowerPoint/powerpoint_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step+Add-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click\\nclick(150, 422)\\nclick(477, 65)", "Comments": "Click on second slide + Click on Animation tab" }, { "Index ID": 139, "Project ID": "powerpoint_00_aug_03", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Set the transitions of the second ppt to Push", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_00/project.pptx", "video path": "PowerPoint/powerpoint_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, moveTo\\nclick(1443, 98)", "Comments": "Click on Find button" }, { "Index ID": 140, "Project ID": "powerpoint_00_aug_04", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Set the transitions of the second ppt to Push", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_00/project.pptx", "video path": "PowerPoint/powerpoint_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, doubleClick, moveTo\\nclick(174, 62)\\nmoveTo(174, 100)\\nclick(174,100)\\nmoveTo(190, 220, 0.5)\\nclick(190, 220)", "Comments": "Click on the Insert and Picture button" }, { "Index ID": 141, "Project ID": "powerpoint_00_aug_05", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Set the transitions of the second ppt to Push", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_00/project.pptx", "video path": "PowerPoint/powerpoint_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, doubleClick, moveTo\\nclick(589, 62)\\nmoveTo(144, 100, 0.5)\\nclick(144, 100)", "Comments": "Click on Slide Show, and then click on From Current Slide" }, { "Index ID": 142, "Project ID": "powerpoint_01_meta", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Set US SUBMARINE DAY in the first ppt to fontsize 40", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_01/project.pptx", "video path": "PowerPoint/powerpoint_01/inst_video.mp4", "Ground-Truth Plan": "Task 1: Select text in PowerPoint.\\nSubtask 1: Click your mouse on the text 'US SUBMARINE DAY' displayed within the main Slide Pane rather than on the text appearing in the Slide Thumbnails on the left.\\nSubtask 2: Select the text 'US SUBMARINE DAY' to highlight it.\\n\\nTask 2: Format text in PowerPoint.\\nSubtask 1: With the text 'US SUBMARINE DAY' selected go to the Home tab to access the font group options.\\nSubtask 2: Click on the font size drop-down menu.\\nSubtask 3: Select size 40 in the drop-down menu.", "Difficulty": "simple", "Task Length": 5.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 143, "Project ID": "powerpoint_01_aug_01", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Set US SUBMARINE DAY in the first ppt to fontsize 40", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_01/project.pptx", "video path": "PowerPoint/powerpoint_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step+Add-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey\\nclick(946, 351)\\nhotkey(ctrl, a)\\nclick(380, 65)", "Comments": "Select the text and then Click on the transitions tab" }, { "Index ID": 144, "Project ID": "powerpoint_01_aug_02", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Set US SUBMARINE DAY in the first ppt to fontsize 40", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_01/project.pptx", "video path": "PowerPoint/powerpoint_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey\\nclick(946, 351)\\nhotkey(ctrl, a)", "Comments": "Select the text" }, { "Index ID": 145, "Project ID": "powerpoint_01_aug_03", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Set US SUBMARINE DAY in the first ppt to fontsize 40", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_01/project.pptx", "video path": "PowerPoint/powerpoint_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, moveTo\\nclick(1443, 98)", "Comments": "Click on Find button" }, { "Index ID": 146, "Project ID": "powerpoint_01_aug_04", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Set US SUBMARINE DAY in the first ppt to fontsize 40", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_01/project.pptx", "video path": "PowerPoint/powerpoint_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click\\nclick(150, 422)\\nmoveTo(389, 62, 0.5)\\nclick(389, 62)", "Comments": "Click on second slide and Transition tab" }, { "Index ID": 147, "Project ID": "powerpoint_01_aug_05", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Set US SUBMARINE DAY in the first ppt to fontsize 40", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_01/project.pptx", "video path": "PowerPoint/powerpoint_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, doubleClick, moveTo\\nclick(589, 62)\\nmoveTo(144, 100, 0.5)\\nclick(144, 100)", "Comments": "Click on Slide Show, and then Click on From Current Slide" }, { "Index ID": 148, "Project ID": "powerpoint_02_meta", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Middle align the text US SUBMARINE DAY in the first slide", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_02/project.pptx", "video path": "PowerPoint/powerpoint_02/inst_video.mp4", "Ground-Truth Plan": "Task 1: Select text in PowerPoint.\\nSubtask 1: Click and drag your mouse over the text 'US SUBMARINE DAY' on the first slide to select it.\\n\\nTask 2: Middle align the text in PowerPoint.\\nSubtask 1: With the text 'US SUBMARINE DAY' selected go to the 'Home' tab on the PowerPoint ribbon.\\nSubtask 2: In the 'Paragraph' group click on the 'Align Text' button to pop up the align options.\\nSubtask 3: From the popup align options click on the 'Middle' button to align the text to the middle.", "Difficulty": "simple", "Task Length": 4.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 149, "Project ID": "powerpoint_02_aug_01", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Middle align the text US SUBMARINE DAY in the first slide", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_02/project.pptx", "video path": "PowerPoint/powerpoint_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey\\nclick(946, 351)\\nhotkey(ctrl, a)", "Comments": "Select the text" }, { "Index ID": 150, "Project ID": "powerpoint_02_aug_02", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Middle align the text US SUBMARINE DAY in the first slide", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_02/project.pptx", "video path": "PowerPoint/powerpoint_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step+Add-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey\\nclick(946, 351)\\nhotkey(ctrl, a)\\nclick(1068, 65)", "Comments": "Select text and then Click on Shape Format" }, { "Index ID": 151, "Project ID": "powerpoint_02_aug_03", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Middle align the text US SUBMARINE DAY in the first slide", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_02/project.pptx", "video path": "PowerPoint/powerpoint_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click\\nclick(488, 62)", "Comments": "Click on animation tab" }, { "Index ID": 152, "Project ID": "powerpoint_02_aug_04", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Middle align the text US SUBMARINE DAY in the first slide", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_02/project.pptx", "video path": "PowerPoint/powerpoint_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, moveTo\\nclick(1443, 98)", "Comments": "Click on Find button" }, { "Index ID": 153, "Project ID": "powerpoint_02_aug_05", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Middle align the text US SUBMARINE DAY in the first slide", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_02/project.pptx", "video path": "PowerPoint/powerpoint_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, doubleClick, moveTo\\nclick(589, 62)\\nmoveTo(144, 100, 0.5)\\nclick(144, 100)", "Comments": "Click on Slide Show, and then Click on From Current Slide" }, { "Index ID": 154, "Project ID": "powerpoint_03_meta", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Swap the first slide and the second slide", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_03/project.pptx", "video path": "PowerPoint/powerpoint_03/inst_video.mp4", "Ground-Truth Plan": "Task 1: Swap the first ppt and the second ppt\\nSubtask 1: Left-click on the first slide in the left pane.\\nSubtask 2: Hold down the left mouse button and drag the first slide below the second slide.\\nSubtask 3: Release the mouse button to drop the first slide into the new position now becoming the second slide.", "Difficulty": "simple", "Task Length": 3.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 155, "Project ID": "powerpoint_03_aug_01", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Swap the first slide and the second slide", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_03/project.pptx", "video path": "PowerPoint/powerpoint_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, moveTo\\nclick(1443, 98)", "Comments": "Click on find button" }, { "Index ID": 156, "Project ID": "powerpoint_03_aug_02", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Swap the first slide and the second slide", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_03/project.pptx", "video path": "PowerPoint/powerpoint_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click\\nclick(488, 62)", "Comments": "Click on animation tab" }, { "Index ID": 157, "Project ID": "powerpoint_03_aug_03", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Swap the first slide and the second slide", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_03/project.pptx", "video path": "PowerPoint/powerpoint_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, doubleClick, moveTo\\nclick(589, 62)\\nmoveTo(144, 100, 0.5)\\nclick(144, 100)", "Comments": "Click on Slide Show, and then Click on From Current Slide" }, { "Index ID": 158, "Project ID": "powerpoint_04_meta", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Add a note to the second ppt, the content of the note is 123", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_04/project.pptx", "video path": "PowerPoint/powerpoint_04/inst_video.mp4", "Ground-Truth Plan": "Task 1: Review and manage your slides in PowerPoint.\\nSubtask 1: Click on the second slide thumbnail to select it.\\nSubtask 2: Navigate to the View tab in PowerPoint.\\nSubtask 3: Click the Notes Page command to focus on notes for the second slide.\\n\\nTask 2: Enter and navigate notes in PowerPoint.\\nSubtask 1: Click into the text box provided for notes on the second slide.\\nSubtask 2: Type '123' into the notes text box for the second slide.", "Difficulty": "medium", "Task Length": 5.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 159, "Project ID": "powerpoint_04_aug_01", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Add a note to the second ppt, the content of the note is 123", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_04/project.pptx", "video path": "PowerPoint/powerpoint_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey\\nclick(138, 454)\\nclick(810, 60)", "Comments": "Click on second slide and then Click View Tab" }, { "Index ID": 160, "Project ID": "powerpoint_04_aug_02", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Add a note to the second ppt, the content of the note is 123", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_04/project.pptx", "video path": "PowerPoint/powerpoint_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey\\nclick(946, 351)\\nhotkey(ctrl, a)", "Comments": "Select the text in the first slide" }, { "Index ID": 161, "Project ID": "powerpoint_04_aug_03", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Add a note to the second ppt, the content of the note is 123", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_04/project.pptx", "video path": "PowerPoint/powerpoint_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey\\nclick(137, 581)", "Comments": "Click on third slide" }, { "Index ID": 162, "Project ID": "powerpoint_04_aug_04", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Add a note to the second ppt, the content of the note is 123", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_04/project.pptx", "video path": "PowerPoint/powerpoint_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, moveTo\\nclick(1443, 98)", "Comments": "Click on Find button" }, { "Index ID": 163, "Project ID": "powerpoint_04_aug_05", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Add a note to the second ppt, the content of the note is 123", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_04/project.pptx", "video path": "PowerPoint/powerpoint_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey\\nclick(137, 581)\\nmoveTo(750, 62, 0.5)\\nclick(750, 62)", "Comments": "Click on third slide and Click on Review tab" }, { "Index ID": 164, "Project ID": "powerpoint_05_meta", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Replace all 'you' with 'UUU'", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_05/project.pptx", "video path": "PowerPoint/powerpoint_05/inst_video.mp4", "Ground-Truth Plan": "Task 1: Replace all 'you' with 'UUU'\\nSubtask 1: Click 'Replace' on the Home tab.\\nSubtask 2: Enter 'you' in the 'Find what' field.\\nSubtask 3: Enter 'UUU' in the 'Replace with' field.\\nSubtask 4: Click 'Replace All' to change every instance of 'you' to 'UUU'.", "Difficulty": "hard", "Task Length": 4.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 165, "Project ID": "powerpoint_05_aug_01", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Replace all 'you' with 'UUU'", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_05/project.pptx", "video path": "PowerPoint/powerpoint_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey\\nclick(304, 62)", "Comments": "Click on the Design Tab" }, { "Index ID": 166, "Project ID": "powerpoint_05_aug_02", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Replace all 'you' with 'UUU'", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_05/project.pptx", "video path": "PowerPoint/powerpoint_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey\\nclick(1679, 127)", "Comments": "Click on the Replace button" }, { "Index ID": 167, "Project ID": "powerpoint_05_aug_03", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Replace all 'you' with 'UUU'", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_05/project.pptx", "video path": "PowerPoint/powerpoint_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, moveTo\\nclick(1443, 98)", "Comments": "Click on Find button" }, { "Index ID": 168, "Project ID": "powerpoint_05_aug_04", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Replace all 'you' with 'UUU'", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_05/project.pptx", "video path": "PowerPoint/powerpoint_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, doubleClick, moveTo\\nclick(589, 62)\\nmoveTo(144, 100, 0.5)\\nclick(144, 100)", "Comments": "Click on Slide Show, and then Click on From Current Slide" }, { "Index ID": 169, "Project ID": "powerpoint_05_aug_05", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Replace all 'you' with 'UUU'", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_05/project.pptx", "video path": "PowerPoint/powerpoint_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click\\nclick(150, 422)", "Comments": "Click on second slide" }, { "Index ID": 170, "Project ID": "powerpoint_06_meta", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Select all text and apply numbered list for them. Use '1, 2, 3' symbol of numbered list.", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_06/project.pptx", "video path": "PowerPoint/powerpoint_06/inst_video.mp4", "Ground-Truth Plan": "Task 1: Apply numbered list to selected text\\nSubtask 1: Select the text in your PowerPoint presentation\\nSubtask 2: Click on the Home tab\\nSubtask 3: Click on the Numbering drop-down arrow\\nSubtask 4: Choose the '1, 2, 3' symbol for the numbered list", "Difficulty": "medium", "Task Length": 4.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 171, "Project ID": "powerpoint_06_aug_01", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Select all text and apply numbered list for them. Use '1, 2, 3' symbol of numbered list.", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_06/project.pptx", "video path": "PowerPoint/powerpoint_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write\\nclick(1075, 506)\\nhotkey(ctrl, a)", "Comments": "Click on the target text" }, { "Index ID": 172, "Project ID": "powerpoint_06_aug_02", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Select all text and apply numbered list for them. Use '1, 2, 3' symbol of numbered list.", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_06/project.pptx", "video path": "PowerPoint/powerpoint_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write\\nclick(589, 62)", "Comments": "Click on the Slide Show tab" }, { "Index ID": 173, "Project ID": "powerpoint_06_aug_03", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Select all text and apply numbered list for them. Use '1, 2, 3' symbol of numbered list.", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_06/project.pptx", "video path": "PowerPoint/powerpoint_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write\\nclick(241, 127)", "Comments": "Click on the New Slide Button" }, { "Index ID": 174, "Project ID": "powerpoint_06_aug_04", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Select all text and apply numbered list for them. Use '1, 2, 3' symbol of numbered list.", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_06/project.pptx", "video path": "PowerPoint/powerpoint_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, moveTo\\nclick(1443, 98)", "Comments": "Click on Find button" }, { "Index ID": 175, "Project ID": "powerpoint_06_aug_05", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Select all text and apply numbered list for them. Use '1, 2, 3' symbol of numbered list.", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_06/project.pptx", "video path": "PowerPoint/powerpoint_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, doubleClick, moveTo\\nclick(589, 62)\\nmoveTo(144, 100, 0.5)\\nclick(144, 100)", "Comments": "Click on Slide Show, and then Click on From Current Slide" }, { "Index ID": 176, "Project ID": "powerpoint_07_meta", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Change the line space of the full text in second slide from single to 1.5 lines", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_07/project.pptx", "video path": "PowerPoint/powerpoint_07/inst_video.mp4", "Ground-Truth Plan": "Task 1: Adjust line spacing for full text on the second slide\\nSubtask 1: Navigate to the second slide in the PowerPoint presentation.\\nSubtask 2: Select the text box containing the target text.\\nSubtask 3: Go to the 'Home' tab.\\nSubtask 4: Click on the 'Line Spacing' icon in the Paragraph group.\\nSubtask 5: Choose '1.5' from the list of preset line spacing values.", "Difficulty": "medium", "Task Length": 5.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 177, "Project ID": "powerpoint_07_aug_01", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Change the line space of the full text in second slide from single to 1.5 lines", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_07/project.pptx", "video path": "PowerPoint/powerpoint_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write\\nclick(137, 422)", "Comments": "Click on the second slide" }, { "Index ID": 178, "Project ID": "powerpoint_07_aug_02", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Change the line space of the full text in second slide from single to 1.5 lines", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_07/project.pptx", "video path": "PowerPoint/powerpoint_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write\\nclick(137, 422)\\nclick(1085, 548)\\nhotkey(ctrl, a)\\nclick(389, 62)", "Comments": "Click on the second slide, Select the text, Click on the Transitions Tab" }, { "Index ID": 179, "Project ID": "powerpoint_07_aug_03", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Change the line space of the full text in second slide from single to 1.5 lines", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_07/project.pptx", "video path": "PowerPoint/powerpoint_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write\\nclick(389, 62)", "Comments": "Click on the Transitions Tab" }, { "Index ID": 180, "Project ID": "powerpoint_07_aug_04", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Change the line space of the full text in second slide from single to 1.5 lines", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_07/project.pptx", "video path": "PowerPoint/powerpoint_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, moveTo\\nclick(1443, 98)", "Comments": "Click on Find button" }, { "Index ID": 181, "Project ID": "powerpoint_07_aug_05", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Change the line space of the full text in second slide from single to 1.5 lines", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_07/project.pptx", "video path": "PowerPoint/powerpoint_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, doubleClick, moveTo\\nclick(589, 62)\\nmoveTo(144, 100, 0.5)\\nclick(144, 100)", "Comments": "Click on Slide Show, and then Click on From Current Slide" }, { "Index ID": 182, "Project ID": "powerpoint_08_meta", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Insert a 3x3 table into the second slide", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_08/project.pptx", "video path": "PowerPoint/powerpoint_08/inst_video.mp4", "Ground-Truth Plan": "Task 1: Insert a 3x3 table into the second slide\\nSubtask 1: Navigate to the second slide where you want to insert the table by pressing 'down'.\\nSubtask 2: Go to the 'Insert' tab at the top of the PowerPoint window.\\nSubtask 3: Click the 'Table' command in the Tables group.\\nSubtask 4: Click the 'Insert Table ...' to open the Insert Table window.\\nSubtask 5: Click the input field behind the 'Number of columns:'.\\nSubtask 6: Select all texts in the field and delete them. Then Type in 3.\\nSubtask 7: Click the input field behind the 'Number of rows:'.\\nSubtask 8: Select all texts in the field and delete them. Then Type in 3.\\nSubtask 9: Click OK to insert the table.", "Difficulty": "hard", "Task Length": 9.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 183, "Project ID": "powerpoint_08_aug_01", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Insert a 3x3 table into the second slide", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_08/project.pptx", "video path": "PowerPoint/powerpoint_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write\\nclick(138, 454)", "Comments": "Click on the second slide" }, { "Index ID": 184, "Project ID": "powerpoint_08_aug_02", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Insert a 3x3 table into the second slide", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_08/project.pptx", "video path": "PowerPoint/powerpoint_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write\\nclick(138, 454)\\nclick(167, 65)\\nclick(100, 135)\\nmoveTo(120, 405, 1)\\nclick(120, 405)", "Comments": "Click on the second slide, Click on Insert Tab, Click on Table, Click on Insert Table button" }, { "Index ID": 185, "Project ID": "powerpoint_08_aug_03", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Insert a 3x3 table into the second slide", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_08/project.pptx", "video path": "PowerPoint/powerpoint_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey\\nclick(236, 62)", "Comments": "Click on Draw tab" }, { "Index ID": 186, "Project ID": "powerpoint_08_aug_04", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Insert a 3x3 table into the second slide", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_08/project.pptx", "video path": "PowerPoint/powerpoint_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, moveTo\\nclick(1443, 98)", "Comments": "Click on Find button" }, { "Index ID": 187, "Project ID": "powerpoint_08_aug_05", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Insert a 3x3 table into the second slide", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_08/project.pptx", "video path": "PowerPoint/powerpoint_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, doubleClick, moveTo\\nclick(589, 62)\\nmoveTo(144, 100, 0.5)\\nclick(144, 100)", "Comments": "Click on Slide Show, and then Click on From Current Slide" }, { "Index ID": 188, "Project ID": "powerpoint_09_meta", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Insert a text box, type 'MONA LISA,' set the font size to 138, and set the font to Arial Black", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_09/project.pptx", "video path": "PowerPoint/powerpoint_09/inst_video.mp4", "Ground-Truth Plan": "Task 1: Insert a text box, type 'MONA LISA' \\nSubtask 1: Go to 'Insert'\\nSubtask 2: Click on 'Text Box'\\nSubtask 3: Center align the text\\nSubtask 4: Type 'MONA LISA'\\nSubtask 5: Align the text to the middle of the silde\\nSubtask 6: Increase the font size to 138\\nSubtask 7: Change the font to 'Arial Black'", "Difficulty": "medium", "Task Length": 7.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 189, "Project ID": "powerpoint_09_aug_01", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Insert a text box, type 'MONA LISA,' set the font size to 138, and set the font to Arial Black", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_09/project.pptx", "video path": "PowerPoint/powerpoint_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(304, 62)", "Comments": "Click on Design Tab" }, { "Index ID": 190, "Project ID": "powerpoint_09_aug_02", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Insert a text box, type 'MONA LISA,' set the font size to 138, and set the font to Arial Black", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_09/project.pptx", "video path": "PowerPoint/powerpoint_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(174, 62)", "Comments": "Click on the Insert Tab" }, { "Index ID": 191, "Project ID": "powerpoint_09_aug_03", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Insert a text box, type 'MONA LISA,' set the font size to 138, and set the font to Arial Black", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_09/project.pptx", "video path": "PowerPoint/powerpoint_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey\\nclick(174, 62)\\nmoveTo(400, 100, 0.5)\\nclick(400, 100)", "Comments": "Click on Insert tab and Click on Shape button" }, { "Index ID": 192, "Project ID": "powerpoint_09_aug_04", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Insert a text box, type 'MONA LISA,' set the font size to 138, and set the font to Arial Black", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_09/project.pptx", "video path": "PowerPoint/powerpoint_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, moveTo\\nclick(1443, 98)", "Comments": "Click on Find button" }, { "Index ID": 193, "Project ID": "powerpoint_09_aug_05", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Insert a text box, type 'MONA LISA,' set the font size to 138, and set the font to Arial Black", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_09/project.pptx", "video path": "PowerPoint/powerpoint_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, doubleClick, moveTo\\nclick(589, 62)\\nmoveTo(144, 100, 0.5)\\nclick(144, 100)", "Comments": "Click on Slide Show, and then Click on From Current Slide" }, { "Index ID": 194, "Project ID": "powerpoint_10_meta", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Format the slide background with gradient fill", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_10/project.pptx", "video path": "PowerPoint/powerpoint_10/inst_video.mp4", "Ground-Truth Plan": "Task 1: Format the slide background with gradient fill\\nSubtask 1: Right-click on the slide\\nSubtask 2: Click on 'Format Background'\\nSubtask 3: Click on 'Gradient fill' from the format options\\nSubtask 4: Click on the gradient type dropdown menu\\nSubtask 5: Select 'Radial'\\nSubtask 6: Click on the gradient direction dropdown menu\\nSubtask 7: Select 'Center'", "Difficulty": "hard", "Task Length": 7.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 195, "Project ID": "powerpoint_10_aug_01", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Format the slide background with gradient fill", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_10/project.pptx", "video path": "PowerPoint/powerpoint_10/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(304, 62)", "Comments": "Click on Design Tab" }, { "Index ID": 196, "Project ID": "powerpoint_10_aug_02", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Format the slide background with gradient fill", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_10/project.pptx", "video path": "PowerPoint/powerpoint_10/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nrightClick(960, 594)", "Comments": "Right-Click on the main content" }, { "Index ID": 197, "Project ID": "powerpoint_10_aug_03", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Format the slide background with gradient fill", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_10/project.pptx", "video path": "PowerPoint/powerpoint_10/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey\\nclick(174, 62)\\nmoveTo(400, 100, 0.5)\\nclick(400, 100)", "Comments": "Click on Insert tab and Click on Shape button" }, { "Index ID": 198, "Project ID": "powerpoint_10_aug_04", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Format the slide background with gradient fill", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_10/project.pptx", "video path": "PowerPoint/powerpoint_10/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, moveTo\\nclick(1443, 98)", "Comments": "Click on Find button" }, { "Index ID": 199, "Project ID": "powerpoint_10_aug_05", "Task Category": "Office", "Software Name": "PowerPoint", "User Query": "Format the slide background with gradient fill", "Project File Type": "project.pptx", "project file path": "PowerPoint/powerpoint_10/project.pptx", "video path": "PowerPoint/powerpoint_10/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, doubleClick, moveTo\\nclick(589, 62)\\nmoveTo(144, 100, 0.5)\\nclick(144, 100)", "Comments": "Click on Slide Show, and then Click on From Current Slide" }, { "Index ID": 200, "Project ID": "word_00_meta", "Task Category": "Office", "Software Name": "Word", "User Query": "Make the text around the table", "Project File Type": "project.docx", "project file path": "Word/word_00/project.docx", "video path": "Word/word_00/inst_video.mp4", "Ground-Truth Plan": "Task 1: Adjust text wrapping around a Word table\\nSubtask 1: Click on the 'Table Layout' tab in the toolbar.\\nSubtask 2: Click within the table to select it.\\nSubtask 3: Click 'Properties' from the options available.\\nSubtask 4: In the 'Table Properties' dialog, go to the 'Table' tab.\\nSubtask 5: Click 'Around' under 'Text Wrapping'.\\nSubtask 6: Confirm the changes to apply text wrapping around the table.", "Difficulty": "medium", "Task Length": 6.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 201, "Project ID": "word_00_aug_01", "Task Category": "Office", "Software Name": "Word", "User Query": "Make the text around the table", "Project File Type": "project.docx", "project file path": "Word/word_00/project.docx", "video path": "Word/word_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(1237, 62)", "Comments": "Click on the Table Layout Tab" }, { "Index ID": 202, "Project ID": "word_00_aug_02", "Task Category": "Office", "Software Name": "Word", "User Query": "Make the text around the table", "Project File Type": "project.docx", "project file path": "Word/word_00/project.docx", "video path": "Word/word_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(304, 62)", "Comments": "Click on the Design Tab" }, { "Index ID": 203, "Project ID": "word_00_aug_03", "Task Category": "Office", "Software Name": "Word", "User Query": "Make the text around the table", "Project File Type": "project.docx", "project file path": "Word/word_00/project.docx", "video path": "Word/word_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey\\nmoveTo(1460, 120, 0.5)\\nclick(1460, 120)", "Comments": "Click on Replace button" }, { "Index ID": 204, "Project ID": "word_00_aug_04", "Task Category": "Office", "Software Name": "Word", "User Query": "Make the text around the table", "Project File Type": "project.docx", "project file path": "Word/word_00/project.docx", "video path": "Word/word_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey\\nmoveTo(174, 62, 0.5)\\nclick(174, 62)", "Comments": "Click on Insert tab" }, { "Index ID": 205, "Project ID": "word_01_meta", "Task Category": "Office", "Software Name": "Word", "User Query": "Replace all the 'Reading' in the text with 'RA'", "Project File Type": "project.docx", "project file path": "Word/word_01/project.docx", "video path": "Word/word_01/inst_video.mp4", "Ground-Truth Plan": "Task 1: Replace all the 'Reading' in the text with 'RA'\\nSubtask 1: Open the 'Find and Replace' dialog box by pressing Ctrl+H.\\nSubtask 2: Enter 'Reading' in the field behind the 'Find what' text.\\nSubtask 3: Enter 'RA' in the field behind the 'Replace with' text.\\nSubtask 4: Click 'Find Next' to locate the first instance of 'Reading'.\\nSubtask 5: Click 'Replace All' to change every instance of 'Reading' to 'RA' automatically.\\nSubtask 6: Click 'OK' to finish the change.", "Difficulty": "hard", "Task Length": 6.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 206, "Project ID": "word_01_aug_01", "Task Category": "Office", "Software Name": "Word", "User Query": "Replace all the 'Reading' in the text with 'RA'", "Project File Type": "project.docx", "project file path": "Word/word_01/project.docx", "video path": "Word/word_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write\\nhotkey(ctrl, h)", "Comments": "Open replace dialogue" }, { "Index ID": 207, "Project ID": "word_01_aug_02", "Task Category": "Office", "Software Name": "Word", "User Query": "Replace all the 'Reading' in the text with 'RA'", "Project File Type": "project.docx", "project file path": "Word/word_01/project.docx", "video path": "Word/word_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write\\nclick(368, 65)", "Comments": "Click on the Layout tab" }, { "Index ID": 208, "Project ID": "word_01_aug_03", "Task Category": "Office", "Software Name": "Word", "User Query": "Replace all the 'Reading' in the text with 'RA'", "Project File Type": "project.docx", "project file path": "Word/word_01/project.docx", "video path": "Word/word_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(304, 62)", "Comments": "Click on the Design Tab" }, { "Index ID": 209, "Project ID": "word_01_aug_04", "Task Category": "Office", "Software Name": "Word", "User Query": "Replace all the 'Reading' in the text with 'RA'", "Project File Type": "project.docx", "project file path": "Word/word_01/project.docx", "video path": "Word/word_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey\\nmoveTo(174, 62, 0.5)\\nclick(174, 62)", "Comments": "Click on Insert tab" }, { "Index ID": 210, "Project ID": "word_02_meta", "Task Category": "Office", "Software Name": "Word", "User Query": "Change the line space of the full text from single to 1.5 lines", "Project File Type": "project.docx", "project file path": "Word/word_02/project.docx", "video path": "Word/word_02/inst_video.mp4", "Ground-Truth Plan": "Task 1: Change the line space of the full text from single to 1.25 lines\\nSubtask 1: Select the entire text in the document by pressing Ctrl + A.\\nSubtask 2: Click on the 'Line and Paragraph Spacing' icon in the Paragraph group on the Home tab.\\nSubtask 3: Click on 'Line Spacing Options' at the bottom of the spacing menu.\\nSubtask 4: Click on the 'Line Spacing' dropdown menu.\\nSubtask 5: Choose 'Multiple' option from the dropdown menu.\\nSubtask 6: Clear all the content in the 'At' input box by clicking on the input field below the 'At' text pressing Ctrl + A and pressing Delete.\\nSubtask 7: Enter 1.25 in the 'At' box to set the line spacing to 1.25 lines.\\nSubtask 8: Click 'OK' to apply the new line spacing to the selected text.", "Difficulty": "medium", "Task Length": 8.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 211, "Project ID": "word_02_aug_01", "Task Category": "Office", "Software Name": "Word", "User Query": "Change the line space of the full text from single to 1.5 lines", "Project File Type": "project.docx", "project file path": "Word/word_02/project.docx", "video path": "Word/word_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write\\nclick(817, 658)\\nhotkey(ctrl, a)", "Comments": "Select the text" }, { "Index ID": 212, "Project ID": "word_02_aug_02", "Task Category": "Office", "Software Name": "Word", "User Query": "Change the line space of the full text from single to 1.5 lines", "Project File Type": "project.docx", "project file path": "Word/word_02/project.docx", "video path": "Word/word_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write\\nclick(817, 658)\\nhotkey(ctrl, a)\\nclick(720, 156)\\nmoveTo(720, 350, 1)\\nclick(720, 350)", "Comments": "Press Ctrl + A to select all text, then open the line spacing options from the Home tab." }, { "Index ID": 213, "Project ID": "word_02_aug_03", "Task Category": "Office", "Software Name": "Word", "User Query": "Change the line space of the full text from single to 1.5 lines", "Project File Type": "project.docx", "project file path": "Word/word_02/project.docx", "video path": "Word/word_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey\\nmoveTo(1460, 120, 0.5)\\nclick(1460, 120)", "Comments": "Click on Replace button" }, { "Index ID": 214, "Project ID": "word_02_aug_04", "Task Category": "Office", "Software Name": "Word", "User Query": "Change the line space of the full text from single to 1.5 lines", "Project File Type": "project.docx", "project file path": "Word/word_02/project.docx", "video path": "Word/word_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(174, 62)\\nmoveTo(284, 100, 0.5)\\nclick(284, 100)\\nmoveTo(284, 220, 0.5)\\nclick(284, 220)", "Comments": "Click on Insert tab and then Click on Picture button" }, { "Index ID": 215, "Project ID": "word_02_aug_05", "Task Category": "Office", "Software Name": "Word", "User Query": "Change the line space of the full text from single to 1.5 lines", "Project File Type": "project.docx", "project file path": "Word/word_02/project.docx", "video path": "Word/word_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(304, 62)", "Comments": "Click on the Design Tab" }, { "Index ID": 216, "Project ID": "word_03_meta", "Task Category": "Office", "Software Name": "Word", "User Query": "Select all text and add bullets for them.", "Project File Type": "project.docx", "project file path": "Word/word_03/project.docx", "video path": "Word/word_03/inst_video.mp4", "Ground-Truth Plan": "Task 1: Select all text and add bullets for them.\\nSubtask 1: Press Ctrl+A to select all the text in the document.\\nSubtask 2: Click the Home tab if not already selected.\\nSubtask 3: Click the Bullets command in the Paragraph group to add bullets to the selected text.", "Difficulty": "medium", "Task Length": 3.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 217, "Project ID": "word_03_aug_01", "Task Category": "Office", "Software Name": "Word", "User Query": "Select all text and add bullets for them.", "Project File Type": "project.docx", "project file path": "Word/word_03/project.docx", "video path": "Word/word_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write\\nclick(817, 658)\\nhotkey(ctrl, a)", "Comments": "Select all text" }, { "Index ID": 218, "Project ID": "word_03_aug_02", "Task Category": "Office", "Software Name": "Word", "User Query": "Select all text and add bullets for them.", "Project File Type": "project.docx", "project file path": "Word/word_03/project.docx", "video path": "Word/word_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write\\nclick(817, 658)\\nhotkey(ctrl, a)\\nclick(368, 65)", "Comments": "Click on the layout tab" }, { "Index ID": 219, "Project ID": "word_03_aug_03", "Task Category": "Office", "Software Name": "Word", "User Query": "Select all text and add bullets for them.", "Project File Type": "project.docx", "project file path": "Word/word_03/project.docx", "video path": "Word/word_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey\\nmoveTo(1460, 120, 0.5)\\nclick(1460, 120)", "Comments": "Click on Replace button" }, { "Index ID": 220, "Project ID": "word_03_aug_04", "Task Category": "Office", "Software Name": "Word", "User Query": "Select all text and add bullets for them.", "Project File Type": "project.docx", "project file path": "Word/word_03/project.docx", "video path": "Word/word_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(174, 62)\\nmoveTo(284, 100, 0.5)\\nclick(284, 100)\\nmoveTo(284, 220, 0.5)\\nclick(284, 220)", "Comments": "Click on Insert tab and then Click on Picture button" }, { "Index ID": 221, "Project ID": "word_03_aug_05", "Task Category": "Office", "Software Name": "Word", "User Query": "Select all text and add bullets for them.", "Project File Type": "project.docx", "project file path": "Word/word_03/project.docx", "video path": "Word/word_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(304, 62)", "Comments": "Click on the Design Tab" }, { "Index ID": 222, "Project ID": "word_04_meta", "Task Category": "Office", "Software Name": "Word", "User Query": "Change the whole document from one column to two columns", "Project File Type": "project.docx", "project file path": "Word/word_04/project.docx", "video path": "Word/word_04/inst_video.mp4", "Ground-Truth Plan": "Task 1: Change the whole document from one column to two columns\\nSubtask 1: Select all the text in the document by pressing Ctrl + A.\\nSubtask 2: Go to the Layout tab in the ribbon.\\nSubtask 3: Click the Columns command.\\nSubtask 4: Choose 'Two' to format the document into two columns.", "Difficulty": "medium", "Task Length": 4.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 223, "Project ID": "word_04_aug_01", "Task Category": "Office", "Software Name": "Word", "User Query": "Change the whole document from one column to two columns", "Project File Type": "project.docx", "project file path": "Word/word_04/project.docx", "video path": "Word/word_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write\\nclick(817, 658)\\nhotkey(ctrl, a)", "Comments": "Select all text" }, { "Index ID": 224, "Project ID": "word_04_aug_02", "Task Category": "Office", "Software Name": "Word", "User Query": "Change the whole document from one column to two columns", "Project File Type": "project.docx", "project file path": "Word/word_04/project.docx", "video path": "Word/word_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write\\nclick(817, 658)\\nhotkey(ctrl, a)\\nclick(368, 65)", "Comments": "Click on the layout tab" }, { "Index ID": 225, "Project ID": "word_04_aug_03", "Task Category": "Office", "Software Name": "Word", "User Query": "Change the whole document from one column to two columns", "Project File Type": "project.docx", "project file path": "Word/word_04/project.docx", "video path": "Word/word_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey\\nmoveTo(1460, 120, 0.5)\\nclick(1460, 120)", "Comments": "Click on Replace button" }, { "Index ID": 226, "Project ID": "word_04_aug_04", "Task Category": "Office", "Software Name": "Word", "User Query": "Change the whole document from one column to two columns", "Project File Type": "project.docx", "project file path": "Word/word_04/project.docx", "video path": "Word/word_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(174, 62)\\nmoveTo(284, 100, 0.5)\\nclick(284, 100)\\nmoveTo(284, 220, 0.5)\\nclick(284, 220)", "Comments": "Click on Insert tab and then Click on Picture button" }, { "Index ID": 227, "Project ID": "word_04_aug_05", "Task Category": "Office", "Software Name": "Word", "User Query": "Change the whole document from one column to two columns", "Project File Type": "project.docx", "project file path": "Word/word_04/project.docx", "video path": "Word/word_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(304, 62)", "Comments": "Click on the Design Tab" }, { "Index ID": 228, "Project ID": "word_05_meta", "Task Category": "Office", "Software Name": "Word", "User Query": "Add headers to files, header content is 'GUICritic'", "Project File Type": "project.docx", "project file path": "Word/word_05/project.docx", "video path": "Word/word_05/inst_video.mp4", "Ground-Truth Plan": "Task 1: Create your own header with custom text.\\nSubtask 1: Double-click the margin at the top of your document to unlock the header area.\\nSubtask 2: Type 'WordGUI' into the header.\\n\\nTask 2: Finalize the header.\\nSubtask 1: Access the 'Header & Footer' tab that appears on the right side of the ribbon when the header is unlocked.\\nSubtask 2: Close the header by clicking the 'Close Header and Footer' button or by pressing Escape on your keyboard.", "Difficulty": "hard", "Task Length": 4.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 229, "Project ID": "word_05_aug_01", "Task Category": "Office", "Software Name": "Word", "User Query": "Add headers to files, header content is 'GUICritic'", "Project File Type": "project.docx", "project file path": "Word/word_05/project.docx", "video path": "Word/word_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write, doubleClick\\ndoubleClick(817, 296)", "Comments": "Double-Click the margin" }, { "Index ID": 230, "Project ID": "word_05_aug_02", "Task Category": "Office", "Software Name": "Word", "User Query": "Add headers to files, header content is 'GUICritic'", "Project File Type": "project.docx", "project file path": "Word/word_05/project.docx", "video path": "Word/word_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write, doubleClick\\ndoubleClick(817, 296)\\nwrite(ABCDEFG)", "Comments": "Double-Click the margin; Write 'ABCDEFG'" }, { "Index ID": 231, "Project ID": "word_05_aug_03", "Task Category": "Office", "Software Name": "Word", "User Query": "Add headers to files, header content is 'GUICritic'", "Project File Type": "project.docx", "project file path": "Word/word_05/project.docx", "video path": "Word/word_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey\\nmoveTo(1460, 120, 0.5)\\nclick(1460, 120)", "Comments": "Click on Replace button" }, { "Index ID": 232, "Project ID": "word_05_aug_04", "Task Category": "Office", "Software Name": "Word", "User Query": "Add headers to files, header content is 'GUICritic'", "Project File Type": "project.docx", "project file path": "Word/word_05/project.docx", "video path": "Word/word_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(174, 62)\\nmoveTo(284, 100, 0.5)\\nclick(284, 100)\\nmoveTo(284, 220, 0.5)\\nclick(284, 220)", "Comments": "Click on Insert tab and then Click on Picture button" }, { "Index ID": 233, "Project ID": "word_05_aug_05", "Task Category": "Office", "Software Name": "Word", "User Query": "Add headers to files, header content is 'GUICritic'", "Project File Type": "project.docx", "project file path": "Word/word_05/project.docx", "video path": "Word/word_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(304, 62)", "Comments": "Click on the Design Tab" }, { "Index ID": 234, "Project ID": "word_06_meta", "Task Category": "Office", "Software Name": "Word", "User Query": "Insert a numeric page number at the top right. Style is plain number 1.", "Project File Type": "project.docx", "project file path": "Word/word_06/project.docx", "video path": "Word/word_06/inst_video.mp4", "Ground-Truth Plan": "Task 1: Insert a numeric page number at the top right. \\nSubtask 1: Navigate to the Insert tab in the Word ribbon.\\nSubtask 2: Click the Page Number command within the Header & Footer group.\\nSubtask 3: Hover over the 'Top of Page' option.\\nSubtask 4: First move the mouse horizontally then move it downward to the 'Plain Number 3' and then Click it to place the page number at the top right of the page.\\nSubtask 5: Close the header by clicking the 'Close Header and Footer' button or by pressing Escape on your keyboard.", "Difficulty": "hard", "Task Length": 5.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 235, "Project ID": "word_06_aug_01", "Task Category": "Office", "Software Name": "Word", "User Query": "Insert a numeric page number at the top right. Style is plain number 1.", "Project File Type": "project.docx", "project file path": "Word/word_06/project.docx", "video path": "Word/word_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write, doubleClick\\nclick(368, 65)", "Comments": "Click on Layout Tab" }, { "Index ID": 236, "Project ID": "word_06_aug_02", "Task Category": "Office", "Software Name": "Word", "User Query": "Insert a numeric page number at the top right. Style is plain number 1.", "Project File Type": "project.docx", "project file path": "Word/word_06/project.docx", "video path": "Word/word_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write, doubleClick\\nclick(167, 65)\\nclick(1230, 135)", "Comments": "Click on Insert Tab and then Click Page Number" }, { "Index ID": 237, "Project ID": "word_06_aug_03", "Task Category": "Office", "Software Name": "Word", "User Query": "Insert a numeric page number at the top right. Style is plain number 1.", "Project File Type": "project.docx", "project file path": "Word/word_06/project.docx", "video path": "Word/word_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write, doubleClick\\nclick(167, 65)\\nclick(330, 135)", "Comments": "Click on Insert and then Click on Shapes" }, { "Index ID": 238, "Project ID": "word_06_aug_04", "Task Category": "Office", "Software Name": "Word", "User Query": "Insert a numeric page number at the top right. Style is plain number 1.", "Project File Type": "project.docx", "project file path": "Word/word_06/project.docx", "video path": "Word/word_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(174, 62)\\nmoveTo(284, 100, 0.5)\\nclick(284, 100)\\nmoveTo(284, 220, 0.5)\\nclick(284, 220)", "Comments": "Click on Insert tab and then Click on Picture button" }, { "Index ID": 239, "Project ID": "word_06_aug_05", "Task Category": "Office", "Software Name": "Word", "User Query": "Insert a numeric page number at the top right. Style is plain number 1.", "Project File Type": "project.docx", "project file path": "Word/word_06/project.docx", "video path": "Word/word_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(304, 62)", "Comments": "Click on the Design Tab" }, { "Index ID": 240, "Project ID": "word_07_meta", "Task Category": "Office", "Software Name": "Word", "User Query": "Change the picture in the original text to behind text", "Project File Type": "project.docx", "project file path": "Word/word_07/project.docx", "video path": "Word/word_07/inst_video.mp4", "Ground-Truth Plan": "Task 1: Change the picture in the original text to behind text\\nSubtask 1: Click on the image below the text 'The Importance of Reading' in the Word document.\\nSubtask 2: Go to the Picture Format tab that appears when the image is selected.\\nSubtask 3: Click the Wrap Text command in the Arrange group.\\nSubtask 4: Choose 'Behind Text' from the dropdown menu to set the image behind the text.", "Difficulty": "hard", "Task Length": 4.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 241, "Project ID": "word_07_aug_01", "Task Category": "Office", "Software Name": "Word", "User Query": "Change the picture in the original text to behind text", "Project File Type": "project.docx", "project file path": "Word/word_07/project.docx", "video path": "Word/word_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write, doubleClick\\nclick(810, 946)", "Comments": "Click on the image" }, { "Index ID": 242, "Project ID": "word_07_aug_02", "Task Category": "Office", "Software Name": "Word", "User Query": "Change the picture in the original text to behind text", "Project File Type": "project.docx", "project file path": "Word/word_07/project.docx", "video path": "Word/word_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write, doubleClick\\nclick(810, 946)\\nclick(368, 65)", "Comments": "Click on the image, and then Click on Layout tab" }, { "Index ID": 243, "Project ID": "word_07_aug_03", "Task Category": "Office", "Software Name": "Word", "User Query": "Change the picture in the original text to behind text", "Project File Type": "project.docx", "project file path": "Word/word_07/project.docx", "video path": "Word/word_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey\\nmoveTo(1460, 120, 0.5)\\nclick(1460, 120)", "Comments": "Click on Replace button" }, { "Index ID": 244, "Project ID": "word_07_aug_04", "Task Category": "Office", "Software Name": "Word", "User Query": "Change the picture in the original text to behind text", "Project File Type": "project.docx", "project file path": "Word/word_07/project.docx", "video path": "Word/word_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(174, 62)\\nmoveTo(284, 100, 0.5)\\nclick(284, 100)\\nmoveTo(284, 220, 0.5)\\nclick(284, 220)", "Comments": "Click on Insert tab and then Click on Picture button" }, { "Index ID": 245, "Project ID": "word_07_aug_05", "Task Category": "Office", "Software Name": "Word", "User Query": "Change the picture in the original text to behind text", "Project File Type": "project.docx", "project file path": "Word/word_07/project.docx", "video path": "Word/word_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(304, 62)", "Comments": "Click on the Design Tab" }, { "Index ID": 246, "Project ID": "word_08_meta", "Task Category": "Office", "Software Name": "Word", "User Query": "Add text boxes below the text 'The Importance of Reading' in the Word document. The text content in the text boxes is GUICritic", "Project File Type": "project.docx", "project file path": "Word/word_08/project.docx", "video path": "Word/word_08/inst_video.mp4", "Ground-Truth Plan": "Task 1: Add text boxes below the text 'The Importance of Reading' in the Word document. \\nSubtask 1: Go to the Insert tab in Word.\\nSubtask 2: Click on the 'TextBox' button.\\nSubtask 3: Select 'Draw Horizontal Text Box' for a plain text box.\\nSubtask 4: Click and drag to draw the text box below the text 'The Importance of Reading' in the Word document.\\nSubtask 5: Type 'WorldGUI' into the text box.", "Difficulty": "medium", "Task Length": 5.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 247, "Project ID": "word_08_aug_01", "Task Category": "Office", "Software Name": "Word", "User Query": "Add text boxes below the text 'The Importance of Reading' in the Word document. The text content in the text boxes is GUICritic", "Project File Type": "project.docx", "project file path": "Word/word_08/project.docx", "video path": "Word/word_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write, doubleClick\\nclick(452, 65)", "Comments": "Click on References Tab" }, { "Index ID": 248, "Project ID": "word_08_aug_02", "Task Category": "Office", "Software Name": "Word", "User Query": "Add text boxes below the text 'The Importance of Reading' in the Word document. The text content in the text boxes is GUICritic", "Project File Type": "project.docx", "project file path": "Word/word_08/project.docx", "video path": "Word/word_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(174, 62)", "Comments": "Click on Insert tab" }, { "Index ID": 249, "Project ID": "word_08_aug_03", "Task Category": "Office", "Software Name": "Word", "User Query": "Add text boxes below the text 'The Importance of Reading' in the Word document. The text content in the text boxes is GUICritic", "Project File Type": "project.docx", "project file path": "Word/word_08/project.docx", "video path": "Word/word_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey\\nmoveTo(1460, 120, 0.5)\\nclick(1460, 120)", "Comments": "Click on Replace button" }, { "Index ID": 250, "Project ID": "word_08_aug_04", "Task Category": "Office", "Software Name": "Word", "User Query": "Add text boxes below the text 'The Importance of Reading' in the Word document. The text content in the text boxes is GUICritic", "Project File Type": "project.docx", "project file path": "Word/word_08/project.docx", "video path": "Word/word_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(174, 62)\\nmoveTo(284, 100, 0.5)\\nclick(284, 100)\\nmoveTo(284, 220, 0.5)\\nclick(284, 220)", "Comments": "Click on Insert tab and then Click on Picture button" }, { "Index ID": 251, "Project ID": "word_08_aug_05", "Task Category": "Office", "Software Name": "Word", "User Query": "Add text boxes below the text 'The Importance of Reading' in the Word document. The text content in the text boxes is GUICritic", "Project File Type": "project.docx", "project file path": "Word/word_08/project.docx", "video path": "Word/word_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(304, 62)", "Comments": "Click on the Design Tab" }, { "Index ID": 252, "Project ID": "word_09_meta", "Task Category": "Office", "Software Name": "Word", "User Query": "Add a 2x2 table at the end of the text, and the table content is blank", "Project File Type": "project.docx", "project file path": "Word/word_09/project.docx", "video path": "Word/word_09/inst_video.mp4", "Ground-Truth Plan": "Task 1: Add a 2x2 table at the end of the text, and the table content is blank\\nSubtask 1: Navigate to the end of your document where you want to insert the table.\\nSubtask 2: Go to the 'Insert' tab at the top of the Word ribbon.\\nSubtask 3: Click on 'Table' in the Tables group.\\nSubtask 4: Hover over the grid until you highlight a 2x2 square (2 columns by 2 rows).\\nSubtask 5: Click to insert the blank 2x2 table into your document.", "Difficulty": "medium", "Task Length": 5.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 253, "Project ID": "word_09_aug_01", "Task Category": "Office", "Software Name": "Word", "User Query": "Add a 2x2 table at the end of the text, and the table content is blank", "Project File Type": "project.docx", "project file path": "Word/word_09/project.docx", "video path": "Word/word_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write, doubleClick\\nclick(167, 65)", "Comments": "Click on the Insert Tab" }, { "Index ID": 254, "Project ID": "word_09_aug_02", "Task Category": "Office", "Software Name": "Word", "User Query": "Add a 2x2 table at the end of the text, and the table content is blank", "Project File Type": "project.docx", "project file path": "Word/word_09/project.docx", "video path": "Word/word_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(174, 62)\\nmoveTo(214, 120, 0.5)\\nclick(214, 120)", "Comments": "Click on Insert Tab and Click on Table button" }, { "Index ID": 255, "Project ID": "word_09_aug_03", "Task Category": "Office", "Software Name": "Word", "User Query": "Add a 2x2 table at the end of the text, and the table content is blank", "Project File Type": "project.docx", "project file path": "Word/word_09/project.docx", "video path": "Word/word_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey\\nmoveTo(1460, 120, 0.5)\\nclick(1460, 120)", "Comments": "Click on Replace button" }, { "Index ID": 256, "Project ID": "word_09_aug_04", "Task Category": "Office", "Software Name": "Word", "User Query": "Add a 2x2 table at the end of the text, and the table content is blank", "Project File Type": "project.docx", "project file path": "Word/word_09/project.docx", "video path": "Word/word_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(174, 62)\\nmoveTo(284, 100, 0.5)\\nclick(284, 100)\\nmoveTo(284, 220, 0.5)\\nclick(284, 220)", "Comments": "Click on Insert tab and then Click on Picture button" }, { "Index ID": 257, "Project ID": "word_09_aug_05", "Task Category": "Office", "Software Name": "Word", "User Query": "Add a 2x2 table at the end of the text, and the table content is blank", "Project File Type": "project.docx", "project file path": "Word/word_09/project.docx", "video path": "Word/word_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(304, 62)", "Comments": "Click on the Design Tab" }, { "Index ID": 258, "Project ID": "word_10_meta", "Task Category": "Office", "Software Name": "Word", "User Query": "Add comment to the first line of the article, the content of comment is 'GUICritic'", "Project File Type": "project.docx", "project file path": "Word/word_10/project.docx", "video path": "Word/word_10/inst_video.mp4", "Ground-Truth Plan": "Task 1: Add comment to the first line of the article, the content of comment is AssistGUI\\nSubtask 1: Navigate to the first line of the article in the Word document.\\nSubtask 2: Select the text of the first line.\\nSubtask 3: Go to the Review tab at the top of the Word window.\\nSubtask 4: Click the New Comment command in the Comments group.\\nSubtask 5: Type 'GUICritic' into the comment box that appears.\\nSubtask 6: Press 'Ctrl+Enter' to post the comment.", "Difficulty": "medium", "Task Length": 6.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 259, "Project ID": "word_10_aug_01", "Task Category": "Office", "Software Name": "Word", "User Query": "Add comment to the first line of the article, the content of comment is 'GUICritic'", "Project File Type": "project.docx", "project file path": "Word/word_10/project.docx", "video path": "Word/word_10/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, write, doubleClick\\nclick(618, 65)", "Comments": "Click on the Review Tab" }, { "Index ID": 260, "Project ID": "word_10_aug_02", "Task Category": "Office", "Software Name": "Word", "User Query": "Add comment to the first line of the article, the content of comment is 'GUICritic'", "Project File Type": "project.docx", "project file path": "Word/word_10/project.docx", "video path": "Word/word_10/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey\\nmoveTo(1460, 120, 0.5)\\nclick(1460, 120)", "Comments": "Click on Replace button" }, { "Index ID": 261, "Project ID": "word_10_aug_03", "Task Category": "Office", "Software Name": "Word", "User Query": "Add comment to the first line of the article, the content of comment is 'GUICritic'", "Project File Type": "project.docx", "project file path": "Word/word_10/project.docx", "video path": "Word/word_10/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(174, 62)\\nmoveTo(284, 100, 0.5)\\nclick(284, 100)\\nmoveTo(284, 220, 0.5)\\nclick(284, 220)", "Comments": "Click on Insert tab and then Click on Picture button" }, { "Index ID": 262, "Project ID": "word_10_aug_04", "Task Category": "Office", "Software Name": "Word", "User Query": "Add comment to the first line of the article, the content of comment is 'GUICritic'", "Project File Type": "project.docx", "project file path": "Word/word_10/project.docx", "video path": "Word/word_10/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(304, 62)", "Comments": "Click on the Design Tab" }, { "Index ID": 263, "Project ID": "vscode_00_meta", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Create a new javascript file named 'guicritic.js' and save it. The content is console.log('Hello, World!').", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_00/vscode.exe", "video path": "VSCode/vscode_00/inst_video.mp4", "Ground-Truth Plan": "Task 1: Create a new file\\nSubtask 1: Press 'Ctrl + N' to open a new file\\n\\nTask 2: Start typing in the new file\\nSubtask 1: Type 'console.log('Hello, World!');' to add JavaScript code\\n\\nTask 3: Save the file\\nSubtask 1: Press 'Ctrl + S' to save the file\\nSubtask 2: Type 'guicritic.js' to name the file\\nSubtask 3: Press 'Enter' to confirm the save", "Difficulty": "simple", "Task Length": 5.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 264, "Project ID": "vscode_00_aug_01", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Create a new javascript file named 'guicritic.js' and save it. The content is console.log('Hello, World!').", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_00/vscode.exe", "video path": "VSCode/vscode_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press\\nclick(66, 22)", "Comments": "Click on 'file' menu" }, { "Index ID": 265, "Project ID": "vscode_00_aug_02", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Create a new javascript file named 'guicritic.js' and save it. The content is console.log('Hello, World!').", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_00/vscode.exe", "video path": "VSCode/vscode_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, mouseDown, mouseUp, click, hotkey, typewrite\\nclick(66, 22)\\nhotkey(ctrl, n)\\ntypewrite(console.log(\\Hello, World!\\);)", "Comments": "Click on 'file' menu > Press ctrl + N to create file > Type in 'console.log('Hello, World!') to add code" }, { "Index ID": 266, "Project ID": "vscode_00_aug_03", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Create a new javascript file named 'guicritic.js' and save it. The content is console.log('Hello, World!').", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_00/vscode.exe", "video path": "VSCode/vscode_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp, mouseUp, mouseDown\\nclick(450,22)\\nmoveTo(470,750,0.5)\\nclick(450,750)\\nmoveTo(800,300,0.5)\\nmouseDown()\\nmoveTo(800,850,0.5)\\nmouseUp()", "Comments": "Open the 'Help' About and move to bottom" }, { "Index ID": 267, "Project ID": "vscode_00_aug_04", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Create a new javascript file named 'guicritic.js' and save it. The content is console.log('Hello, World!').", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_00/vscode.exe", "video path": "VSCode/vscode_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp\\nclick(66,22)\\nmoveTo(66,250,1)\\nclick(66,250,1)", "Comments": "Open the 'Work Space from file'" }, { "Index ID": 268, "Project ID": "vscode_01_meta", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Enable Auto Save in VSCode", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_01/vscode.exe", "video path": "VSCode/vscode_01/inst_video.mp4", "Ground-Truth Plan": "Task 1: Enable Auto Save in VSCode\\nSubtask 1: Click on 'File' menu\\nSubtask 2: Click on 'Auto Save' to enable it", "Difficulty": "medium", "Task Length": 2.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 269, "Project ID": "vscode_01_aug_01", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Enable Auto Save in VSCode", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_01/vscode.exe", "video path": "VSCode/vscode_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, rightClick\\nrightClick(246, 22)\\nclick(280,44,1)", "Comments": "Hide menu bar" }, { "Index ID": 270, "Project ID": "vscode_01_aug_02", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Enable Auto Save in VSCode", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_01/vscode.exe", "video path": "VSCode/vscode_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press\\nclick(246, 22)\\nmoveTo(66, 22)", "Comments": "Click on 'View' menu > Click on 'File' menu" }, { "Index ID": 271, "Project ID": "vscode_01_aug_03", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Enable Auto Save in VSCode", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_01/vscode.exe", "video path": "VSCode/vscode_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp, mouseUp, mouseDown\\nclick(450,22)\\nmoveTo(470,750,0.5)\\nclick(450,750)\\nmoveTo(800,300,0.5)\\nmouseDown()\\nmoveTo(800,850,0.5)\\nmouseUp()", "Comments": "Open the 'Help' About and move to bottom" }, { "Index ID": 272, "Project ID": "vscode_01_aug_04", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Enable Auto Save in VSCode", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_01/vscode.exe", "video path": "VSCode/vscode_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp\\nclick(66,22)\\nmoveTo(66,250,1)\\nclick(66,250,1)", "Comments": "Open the 'Work Space from file'" }, { "Index ID": 273, "Project ID": "vscode_02_meta", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Customize VS Code with 'Dark (Visual Studio)' color theme.", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_02/vscode.exe", "video path": "VSCode/vscode_02/inst_video.mp4", "Ground-Truth Plan": "Task 1: Change the color theme in VS Code\\nSubtask 1: Press `Ctrl + Shift + P`.\\nSubtask 2: Type 'theme' in the command palette search box.\\nSubtask 3: Click 'Color Theme' from the list of options.\\nSubtask 4: Type 'Dark (Visual Studio)' in the search box.\\nSubtask 5: Click on 'Dark (Visual Studio)' to apply it to your VS Code environment.", "Difficulty": "medium", "Task Length": 5.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 274, "Project ID": "vscode_02_aug_01", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Customize VS Code with 'Dark (Visual Studio)' color theme.", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_02/vscode.exe", "video path": "VSCode/vscode_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press\\nclick(246, 22)\\nhotkey(ctrl,shift,p)\\ntypewrite(ABCDE)", "Comments": "Press 'Ctrl + Shift + P' to open the command palette > Type 'ABCDE' into the command palette" }, { "Index ID": 275, "Project ID": "vscode_02_aug_02", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Customize VS Code with 'Dark (Visual Studio)' color theme.", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_02/vscode.exe", "video path": "VSCode/vscode_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press\\nclick(246, 22)\\nhotkey(ctrl,shift,p)\\ntypewrite(Color Theme)\\nhotkey(enter)", "Comments": "Click on 'View' menu > Press 'Ctrl + Shift + P' to open the command palette > Type 'Color Theme' into the command palette > Press 'Enter' to select 'Color Theme' from the command palette options" }, { "Index ID": 276, "Project ID": "vscode_02_aug_03", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Customize VS Code with 'Dark (Visual Studio)' color theme.", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_02/vscode.exe", "video path": "VSCode/vscode_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp, mouseUp, mouseDown\\nclick(450,22)\\nmoveTo(470,750,0.5)\\nclick(450,750)\\nmoveTo(800,300,0.5)\\nmouseDown()\\nmoveTo(800,850,0.5)\\nmouseUp()", "Comments": "Open the 'Help' About and move to bottom" }, { "Index ID": 277, "Project ID": "vscode_02_aug_04", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Customize VS Code with 'Dark (Visual Studio)' color theme.", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_02/vscode.exe", "video path": "VSCode/vscode_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press\\nclick(246, 22)\\nhotkey(ctrl,g)\\ntypewrite(ABCDE)", "Comments": "Press 'Ctrl + G' to open the command palette > Type 'ABCDE' into the command palette" }, { "Index ID": 278, "Project ID": "vscode_02_aug_05", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Customize VS Code with 'Dark (Visual Studio)' color theme.", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_02/vscode.exe", "video path": "VSCode/vscode_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp\\nclick(66,22)\\nmoveTo(66,250,1)\\nclick(66,250,1)", "Comments": "Open the 'Work Space from file'" }, { "Index ID": 279, "Project ID": "vscode_03_meta", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Navigate to symbols 'drawback' within a file using the command palette", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_03/vscode.exe", "video path": "VSCode/vscode_03/inst_video.mp4", "Ground-Truth Plan": "Task 1: Navigate to symbols within a file using the command palette\\nSubtask 1: Press [Ctrl+P] to open the command palette\\nSubtask 2: Type [Type '@'] to list all symbols in the code\\nSubtask 3: Click [Click] on the symbol “drawback' from the list", "Difficulty": "hard", "Task Length": 3.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 280, "Project ID": "vscode_03_aug_01", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Navigate to symbols “drawback' within a file using the command palette", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_03/vscode.exe", "video path": "VSCode/vscode_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press\\nclick(246, 22)", "Comments": "Click on 'View' menu" }, { "Index ID": 281, "Project ID": "vscode_03_aug_02", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Navigate to symbols “drawback' within a file using the command palette", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_03/vscode.exe", "video path": "VSCode/vscode_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press\\nclick(246, 22)\\nhotkey(ctrl,p)", "Comments": "Click on 'View' menu > Press [Ctrl+P] to open the command palette" }, { "Index ID": 282, "Project ID": "vscode_03_aug_03", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Navigate to symbols “drawback' within a file using the command palette", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_03/vscode.exe", "video path": "VSCode/vscode_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp, mouseUp, mouseDown\\nclick(450,22)\\nmoveTo(470,750,0.5)\\nclick(450,750)\\nmoveTo(800,300,0.5)\\nmouseDown()\\nmoveTo(800,850,0.5)\\nmouseUp()", "Comments": "Open the 'Help' About and move to bottom" }, { "Index ID": 283, "Project ID": "vscode_03_aug_04", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Navigate to symbols “drawback' within a file using the command palette", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_03/vscode.exe", "video path": "VSCode/vscode_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, hotkey, moveTo, press\\nclick(66, 22)\\nclick(66, 22)\\nhotkey(ctrl,shift,s)", "Comments": "Open the save file" }, { "Index ID": 284, "Project ID": "vscode_04_meta", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Navigate to line 13 in the code", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_04/vscode.exe", "video path": "VSCode/vscode_04/inst_video.mp4", "Ground-Truth Plan": "Task 1: Navigate to line 13 in the code\\nSubtask 1: Press 'Ctrl' + 'G'\\nSubtask 2: Type '13' and press 'Enter'", "Difficulty": "simple", "Task Length": 2.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 285, "Project ID": "vscode_04_aug_01", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Navigate to line 13 in the code", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_04/vscode.exe", "video path": "VSCode/vscode_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, hotkey, moveTo, press\\nclick(66, 22)\\nclick(66, 22)\\nhotkey(ctrl,shift,s)", "Comments": "Open the save file" }, { "Index ID": 286, "Project ID": "vscode_04_aug_02", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Navigate to line 13 in the code", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_04/vscode.exe", "video path": "VSCode/vscode_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press\\nclick(246, 22)\\nhotkey(ctrl,g)", "Comments": "Click on 'View' menu > Press [Ctrl+G]" }, { "Index ID": 287, "Project ID": "vscode_04_aug_03", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Navigate to line 13 in the code", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_04/vscode.exe", "video path": "VSCode/vscode_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp, mouseUp, mouseDown\\nclick(450,22)\\nmoveTo(470,750,0.5)\\nclick(450,750)\\nmoveTo(800,300,0.5)\\nmouseDown()\\nmoveTo(800,850,0.5)\\nmouseUp()", "Comments": "Open the 'Help' About and move to bottom" }, { "Index ID": 288, "Project ID": "vscode_04_aug_04", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Navigate to line 13 in the code", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_04/vscode.exe", "video path": "VSCode/vscode_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press\\nclick(246, 22)\\nhotkey(ctrl,shift,p)\\ntypewrite(ABCDE)", "Comments": "Press 'Ctrl + Shift + P' to open the command palette > Type 'ABCDE' into the command palette" }, { "Index ID": 289, "Project ID": "vscode_05_meta", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Edit two instances of the word 'create' to 'world'", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_05/vscode.exe", "video path": "VSCode/vscode_05/inst_video.mp4", "Ground-Truth Plan": "Task 1: Edit two instances of the word 'create' to 'world'\\nSubtask 1: Place the cursor on the create\\nSubtask 2: Press 'Ctrl' + 'D' to highlight the word for editing [Press]\\nSubtask 3: Press 'Ctrl' + 'D' repeatedly to select additional instances [Press]\\nSubtask 4: Type 'world' to replace all highlighted instances of 'hello' with 'world' [Type]", "Difficulty": "medium", "Task Length": 4.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 290, "Project ID": "vscode_05_aug_01", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Edit two instances of the word 'create' to 'world'", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_05/vscode.exe", "video path": "VSCode/vscode_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press\\nclick(246, 22)", "Comments": "Click on 'View' menu" }, { "Index ID": 291, "Project ID": "vscode_05_aug_02", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Edit two instances of the word 'create' to 'world'", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_05/vscode.exe", "video path": "VSCode/vscode_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, write, moveTo, hotkey, press\\nclick(66, 22)\\nclick(66, 22)\\nclick(485,178)\\nhotkey(ctrl,d)", "Comments": "Click on 'View' menu > close the 'View' menu" }, { "Index ID": 292, "Project ID": "vscode_05_aug_03", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Edit two instances of the word 'create' to 'world'", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_05/vscode.exe", "video path": "VSCode/vscode_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp, mouseUp, mouseDown\\nclick(450,22)\\nmoveTo(470,750,0.5)\\nclick(450,750)\\nmoveTo(800,300,0.5)\\nmouseDown()\\nmoveTo(800,850,0.5)\\nmouseUp()", "Comments": "Open the 'Help' About and move to bottom" }, { "Index ID": 293, "Project ID": "vscode_05_aug_04", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Edit two instances of the word 'create' to 'world'", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_05/vscode.exe", "video path": "VSCode/vscode_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp\\nclick(66,22)\\nmoveTo(66,250,1)\\nclick(66,250,1)", "Comments": "Open the 'Work Space from file'" }, { "Index ID": 294, "Project ID": "vscode_06_meta", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Move the second line of code down by one line.", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_06/vscode.exe", "video path": "VSCode/vscode_06/inst_video.mp4", "Ground-Truth Plan": "Task 1: Move a line of code\\nSubtask 1: Place the cursor on the second line of code.\\nSubtask 2: Press ALT + Up/Down arrow keys to move the line to the desired location", "Difficulty": "simple", "Task Length": 2.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 295, "Project ID": "vscode_06_aug_01", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Move the second line of code down by one line.", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_06/vscode.exe", "video path": "VSCode/vscode_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, hotkey, moveTo, press\\nclick(66, 22)\\nclick(66, 22)\\nhotkey(ctrl,shift,s)", "Comments": "Open the save file" }, { "Index ID": 296, "Project ID": "vscode_06_aug_02", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Move the second line of code down by one line.", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_06/vscode.exe", "video path": "VSCode/vscode_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, write, hotkey, moveTo, press\\nclick(66, 22)\\nclick(66, 22)\\nhotkey(ctrl,g)\\nhotkey(2)\\nhotkey(enter)", "Comments": "Click on 'View' menu > Close the 'View' menu > Select the second line" }, { "Index ID": 297, "Project ID": "vscode_06_aug_03", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Move the second line of code down by one line.", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_06/vscode.exe", "video path": "VSCode/vscode_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp, mouseUp, mouseDown\\nclick(450,22)\\nmoveTo(470,750,0.5)\\nclick(450,750)\\nmoveTo(800,300,0.5)\\nmouseDown()\\nmoveTo(800,850,0.5)\\nmouseUp()", "Comments": "Open the 'Help' About and move to bottom" }, { "Index ID": 298, "Project ID": "vscode_06_aug_04", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Move the second line of code down by one line.", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_06/vscode.exe", "video path": "VSCode/vscode_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp\\nclick(66,22)\\nmoveTo(66,250,1)\\nclick(66,250,1)", "Comments": "Open the 'Work Space from file'" }, { "Index ID": 299, "Project ID": "vscode_07_meta", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Open a new terminal session in VS Code and change the name to \\'my_terminal\\' and the color to \\'red\\'", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_07/vscode.exe", "video path": "VSCode/vscode_07/inst_video.mp4", "Ground-Truth Plan": "Task 1: Open a new terminal session in VS Code\\nSubtask 1: Press Control + ` to open a new terminal session\\n\\nTask 2: Organize terminal sessions\\nSubtask 1: Click on the 'Split Terminal' icon to create a new terminal in the same window\\nSubtask 2: RightClick on the terminal tab you want to rename\\nSubtask 3: Click on 'Rename' from the context menu\\nSubtask 4: Type the new name for the terminal session and press Enter\\nSubtask 5: RightClick on the terminal tab you want to change the color of\\nSubtask 6: Click on 'Change Color' from the context menu\\nSubtask 7: Click on the color you want to apply to the terminal session", "Difficulty": "simple", "Task Length": 8.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 300, "Project ID": "vscode_07_aug_01", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Open a new terminal session in VS Code and change the name and color", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_07/vscode.exe", "video path": "VSCode/vscode_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press\\nclick(246, 22)", "Comments": "Click on 'View' menu" }, { "Index ID": 301, "Project ID": "vscode_07_aug_02", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Open a new terminal session in VS Code and change the name and color", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_07/vscode.exe", "video path": "VSCode/vscode_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, write, moveTo, hotkey, press\\nclick(246, 22)\\nclick(246, 22)\\nhotkey(ctrl,`)\\nhotkey(ctrl,shift,5)", "Comments": "Click on 'View' menu > Close the 'view' menu > Split terminal by ctrl+shift+5" }, { "Index ID": 302, "Project ID": "vscode_07_aug_03", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Open a new terminal session in VS Code and change the name and color", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_07/vscode.exe", "video path": "VSCode/vscode_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp, mouseUp, mouseDown\\nclick(450,22)\\nmoveTo(470,750,0.5)\\nclick(450,750)\\nmoveTo(800,300,0.5)\\nmouseDown()\\nmoveTo(800,850,0.5)\\nmouseUp()", "Comments": "Open the 'Help' About and move to bottom" }, { "Index ID": 303, "Project ID": "vscode_07_aug_04", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Open a new terminal session in VS Code and change the name and color", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_07/vscode.exe", "video path": "VSCode/vscode_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp\\nclick(66,22)\\nmoveTo(66,250,1)\\nclick(66,250,1)", "Comments": "Open the 'Work Space from file'" }, { "Index ID": 304, "Project ID": "vscode_08_meta", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Create new files inside project folder by going to editor, clicking the \\'folder\\' icon and create the new files and rename them \\'test.py\\' and \\'test.html\\'.", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_08/vscode.exe", "video path": "VSCode/vscode_08/inst_video.mp4", "Ground-Truth Plan": "Task 1: Create new files inside the current folder\\nSubtask 1: Ensure the Explorer panel is visible and the current folder is selected.\\nSubtask 2: Click the 'New File' icon in the Explorer panel.\\nSubtask 3: Type 'test.py' and press Enter.\\nSubtask 4: Click the 'New File' icon again.\\nSubtask 5: Type 'test.html' and press Enter.", "Difficulty": "medium", "Task Length": 5.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 305, "Project ID": "vscode_08_aug_01", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Create new files inside project folder by going to editor, clicking the \\'folder\\' icon and create the new files and rename them \\'test.py\\' and \\'test.html\\'.", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_08/vscode.exe", "video path": "VSCode/vscode_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press\\nclick(66, 22)", "Comments": "Click on 'file' menu" }, { "Index ID": 306, "Project ID": "vscode_08_aug_02", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Create new files inside project folder by going to editor, clicking the \\'folder\\' icon and create the new files and rename them \\'test.py\\' and \\'test.html\\'.", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_08/vscode.exe", "video path": "VSCode/vscode_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press\\nclick(66, 22)\\nclick(66,22)\\nmoveTo(105,129)\\nclick(270,129,1)", "Comments": "Make the current folder selected" }, { "Index ID": 307, "Project ID": "vscode_08_aug_03", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Create new files inside project folder by going to editor, clicking the \\'folder\\' icon and create the new files and rename them \\'test.py\\' and \\'test.html\\'.", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_08/vscode.exe", "video path": "VSCode/vscode_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp, mouseUp, mouseDown\\nclick(450,22)\\nmoveTo(470,750,0.5)\\nclick(450,750)\\nmoveTo(800,300,0.5)\\nmouseDown()\\nmoveTo(800,850,0.5)\\nmouseUp()", "Comments": "Open the 'Help' About and move to bottom" }, { "Index ID": 308, "Project ID": "vscode_08_aug_04", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Create new files inside project folder by going to editor, clicking the \\'folder\\' icon and create the new files and rename them \\'test.py\\' and \\'test.html\\'.", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_08/vscode.exe", "video path": "VSCode/vscode_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp\\nclick(66,22)\\nmoveTo(66,250,1)\\nclick(66,250,1)", "Comments": "Open the 'Work Space from file'" }, { "Index ID": 309, "Project ID": "vscode_09_meta", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Move the file \\'test.html\\' outside the test folder by dragging and dropping it outside the \\'test\\' folder box. Click \\'move\\' to ensure the action.", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_09/vscode.exe", "video path": "VSCode/vscode_09/inst_video.mp4", "Ground-Truth Plan": "Task 1: Manage files and folders in VSCode\\nSubtask 1: Right-click on 'test.html' in the 'test' folder.\\nSubtask 2: Select 'Cut' from the context menu.\\nSubtask 3: Right-click outside the 'test' folder in the desired location.\\nSubtask 4: Select 'Paste' from the context menu.\\nSubtask 5: Verify that 'test.html' is now outside the 'test' folder.", "Difficulty": "medium", "Task Length": 5.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 310, "Project ID": "vscode_09_aug_01", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Move the file \\'test.html\\' outside the test folder by dragging and dropping it outside the \\'test\\' folder box. Click \\'move\\' to ensure the action.", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_09/vscode.exe", "video path": "VSCode/vscode_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press\\nclick(246, 22)", "Comments": "Click on 'View' menu" }, { "Index ID": 311, "Project ID": "vscode_09_aug_02", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Move the file \\'test.html\\' outside the test folder by dragging and dropping it outside the \\'test\\' folder box. Click \\'move\\' to ensure the action.", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_09/vscode.exe", "video path": "VSCode/vscode_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press\\nclick(246, 22)\\nrightClick(144,120,button=right)\\nmoveTo(242,375,1)\\nclick(242,375)", "Comments": "Click on 'View' menu > Right-Click on 'test.html' in the 'test' folder > Click 'Cut' from the context menu." }, { "Index ID": 312, "Project ID": "vscode_09_aug_03", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Move the file \\'test.html\\' outside the test folder by dragging and dropping it outside the \\'test\\' folder box. Click \\'move\\' to ensure the action.", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_09/vscode.exe", "video path": "VSCode/vscode_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp, mouseUp, mouseDown\\nclick(450,22)\\nmoveTo(470,750,0.5)\\nclick(450,750)\\nmoveTo(800,300,0.5)\\nmouseDown()\\nmoveTo(800,850,0.5)\\nmouseUp()", "Comments": "Open the 'Help' About and move to bottom" }, { "Index ID": 313, "Project ID": "vscode_09_aug_04", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Move the file \\'test.html\\' outside the test folder by dragging and dropping it outside the \\'test\\' folder box. Click \\'move\\' to ensure the action.", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_09/vscode.exe", "video path": "VSCode/vscode_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp\\nclick(66,22)\\nmoveTo(66,250,1)\\nclick(66,250,1)", "Comments": "Open the 'Work Space from file'" }, { "Index ID": 314, "Project ID": "vscode_10_meta", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Properly adjust your font and tab sizes by going to the 'settings' option, and choose 'font size = 18'. Then enable 'bracket pairs' and change both editor settings to 'true'.", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_10/vscode.exe", "video path": "VSCode/vscode_10/inst_video.mp4", "Ground-Truth Plan": "Task 1: Access VSCode Settings\\nSubtask 1: Click the 'Manage' cog icon.\\nSubtask 2: Click 'Settings' from the menu.\\nTask 2: Adjust Font Size\\nSubtask 1: Type 'font size' in the settings search bar.\\nSubtask 2: Set the font size to 18.\\nTask 3: Enable Bracket Pair Colorization\\nSubtask 1: Type 'editor bracket pair' in the settings search bar.\\nSubtask 2: Enable bracket pair colorization by setting it to true.\\nSubtask 3: Enable horizontal bracket pair colorization by setting it to true.", "Difficulty": "hard", "Task Length": 7.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 315, "Project ID": "vscode_10_aug_01", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Properly adjust your font and tab sizes by going to the 'settings' option, and choose 'font size = 18'. Then enable 'bracket pairs' and change both editor settings to 'true'.", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_10/vscode.exe", "video path": "VSCode/vscode_10/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press\\nclick(246, 22)", "Comments": "Click on 'View' menu" }, { "Index ID": 316, "Project ID": "vscode_10_aug_02", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Properly adjust your font and tab sizes by going to the 'settings' option, and choose 'font size = 18'. Then enable 'bracket pairs' and change both editor settings to 'true'.", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_10/vscode.exe", "video path": "VSCode/vscode_10/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, hotkey\\nclick(246, 22)\\nclick(20,950)", "Comments": "Click on manage cog icon" }, { "Index ID": 317, "Project ID": "vscode_10_aug_03", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Properly adjust your font and tab sizes by going to the 'settings' option, and choose 'font size = 18'. Then enable 'bracket pairs' and change both editor settings to 'true'.", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_10/vscode.exe", "video path": "VSCode/vscode_10/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp, mouseUp, mouseDown\\nclick(450,22)\\nmoveTo(470,750,0.5)\\nclick(450,750)\\nmoveTo(800,300,0.5)\\nmouseDown()\\nmoveTo(800,850,0.5)\\nmouseUp()", "Comments": "Open the 'Help' About and move to bottom" }, { "Index ID": 318, "Project ID": "vscode_10_aug_04", "Task Category": "Coding", "Software Name": "VSCode", "User Query": "Properly adjust your font and tab sizes by going to the 'settings' option, and choose 'font size = 18'. Then enable 'bracket pairs' and change both editor settings to 'true'.", "Project File Type": "vscode.exe", "project file path": "VSCode/vscode_10/vscode.exe", "video path": "VSCode/vscode_10/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp\\nclick(66,22)\\nmoveTo(66,250,1)\\nclick(66,250,1)", "Comments": "Open the 'Work Space from file'" }, { "Index ID": 319, "Project ID": "fileexplorer_00_meta", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "Create two folder with name 'classes' and 'objects' in current folder", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_00/explorer.exe", "video path": "FileExplorer/fileexplorer_00/inst_video.mp4", "Ground-Truth Plan": "Task 1: Create a new folder in File Explorer\\nSubtask 1: Click on the 'New' button.\\nSubtask 2: Click 'Folder' from the submenu.\\nSubtask 3: Type 'Classes' as the folder name.\\nSubtask 4: Press 'Enter' to create the folder.\\nSubtask 5: Click on the 'New' button.\\nSubtask 6: Click 'Folder' from the submenu.\\nSubtask 7: Type 'Classes' as the folder name.\\nSubtask 8: Press 'Enter' to create the folder.", "Difficulty": "medium", "Task Length": 8.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 320, "Project ID": "fileexplorer_00_aug_01", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "Create two folder with name 'classes' and 'objects' in current folder", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_00/explorer.exe", "video path": "FileExplorer/fileexplorer_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp\\nclick(730,140)\\nmoveTo(730,450,1)\\nclick(730,450)", "Comments": "Open the options terminal" }, { "Index ID": 321, "Project ID": "fileexplorer_00_aug_02", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "Create two folder with name 'classes' and 'objects' in current folder", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_00/explorer.exe", "video path": "FileExplorer/fileexplorer_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp, mouseDown, mouseUp\\nrightClick(400,180)\\nmoveTo(420,470,1)\\nclick(420,470,1)\\nmoveTo(960,250,0.5)\\nmouseDown()\\nmoveTo(960,900,0.5)\\nmouseUp()", "Comments": "Open the choose details panel and move to bottom" }, { "Index ID": 322, "Project ID": "fileexplorer_01_meta", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "Create a new folder with name 'Classes' in the currect folder", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_01/explorer.exe", "video path": "FileExplorer/fileexplorer_01/inst_video.mp4", "Ground-Truth Plan": "Task 1: Create a new folder named 'Classes'\\nSubtask 1: Navigate to the blank white space in the desired location.\\nSubtask 2: RightClick in the blank white space in the desired location.\\nSubtask 3: Click 'New' from the context menu.\\nSubtask 4: Click 'Folder' from the submenu.\\nSubtask 5: Type 'Classes' as the folder name.\\nSubtask 6: Press 'Enter' to create the folder.", "Difficulty": "simple", "Task Length": 6.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 323, "Project ID": "fileexplorer_01_aug_01", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "Create a new folder with name 'Classes' in the currect folder", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_01/explorer.exe", "video path": "FileExplorer/fileexplorer_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick\\nrightClick(800,400)", "Comments": "Right-Click on the blank space" }, { "Index ID": 324, "Project ID": "fileexplorer_01_aug_02", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "Create a new folder with name 'Classes' in the currect folder", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_01/explorer.exe", "video path": "FileExplorer/fileexplorer_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick\\nrightClick(800,400)\\nmoveTo(850,590,0.5)\\nclick(850,590)", "Comments": "Right-Click on the blank space, and moveto the 'New' from the context menu" }, { "Index ID": 325, "Project ID": "fileexplorer_01_aug_03", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "Create a new folder with name 'Classes' in the currect folder", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_01/explorer.exe", "video path": "FileExplorer/fileexplorer_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp\\nclick(730,140)\\nmoveTo(730,450,1)\\nclick(730,450)", "Comments": "Open the options terminal" }, { "Index ID": 326, "Project ID": "fileexplorer_01_aug_04", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "Create a new folder with name 'Classes' in the currect folder", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_01/explorer.exe", "video path": "FileExplorer/fileexplorer_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp, mouseDown, mouseUp\\nrightClick(400,180)\\nmoveTo(420,470,1)\\nclick(420,470,1)\\nmoveTo(960,250,0.5)\\nmouseDown()\\nmoveTo(960,900,0.5)\\nmouseUp()", "Comments": "Open the choose details panel and move to bottom" }, { "Index ID": 327, "Project ID": "fileexplorer_02_meta", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "Create a new folder with name 'Objects' in the currect folder", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_02/explorer.exe", "video path": "FileExplorer/fileexplorer_02/inst_video.mp4", "Ground-Truth Plan": "Task 1: Create a new folder in File Explorer\\nSubtask 1: Click on the 'New' button.\\nSubtask 2: Click 'Folder' from the submenu.\\nSubtask 3: Type 'Objects' as the folder name.\\nSubtask 4: Press 'Enter' to create the folder.", "Difficulty": "simple", "Task Length": 4.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 328, "Project ID": "fileexplorer_02_aug_01", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "Create a new folder with name 'Objects' in the currect folder", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_02/explorer.exe", "video path": "FileExplorer/fileexplorer_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick\\nrightClick(800,400)", "Comments": "Right-Click on the blank space" }, { "Index ID": 329, "Project ID": "fileexplorer_02_aug_02", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "Create a new folder with name 'Objects' in the currect folder", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_02/explorer.exe", "video path": "FileExplorer/fileexplorer_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, doubleClick\\nmoveTo(80,130,0.5)\\nclick(80,130)", "Comments": "Click on the 'new' panel" }, { "Index ID": 330, "Project ID": "fileexplorer_02_aug_03", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "Create a new folder with name 'Objects' in the currect folder", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_02/explorer.exe", "video path": "FileExplorer/fileexplorer_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp\\nclick(730,140)\\nmoveTo(730,450,1)\\nclick(730,450)", "Comments": "Open the options terminal" }, { "Index ID": 331, "Project ID": "fileexplorer_02_aug_04", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "Create a new folder with name 'Objects' in the currect folder", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_02/explorer.exe", "video path": "FileExplorer/fileexplorer_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp, mouseDown, mouseUp\\nrightClick(400,180)\\nmoveTo(420,470,1)\\nclick(420,470,1)\\nmoveTo(960,250,0.5)\\nmouseDown()\\nmoveTo(960,900,0.5)\\nmouseUp()", "Comments": "Open the choose details panel and move to bottom" }, { "Index ID": 332, "Project ID": "fileexplorer_03_meta", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "Move 'beginner classes.txt' file and 'advanced classes.txt' file into the folder 'classes' one by one", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_03/explorer.exe", "video path": "FileExplorer/fileexplorer_03/inst_video.mp4", "Ground-Truth Plan": "Task 1: Move 'beginner classes.txt' file into the 'classes' folder\\nSubtask 1: Locate 'beginner classes.txt' file\\nSubtask 2: Locate the 'classes' folder\\nSubtask 3: Click and drag 'beginner classes.txt' file into the 'classes' folder\\nTask 2: Move 'advanced classes.txt' file into the 'classes' folder\\nSubtask 1: Locate 'advanced classes.txt' file\\nSubtask 2: Locate the 'classes' folder\\nSubtask 3: Click and drag 'advanced classes.txt' file into the 'classes' folder", "Difficulty": "simple", "Task Length": 6.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 333, "Project ID": "fileexplorer_03_aug_01", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "Move 'beginner classes.txt' file and 'advanced classes.txt' file into the folder 'classes' one by one", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_03/explorer.exe", "video path": "FileExplorer/fileexplorer_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp, mouseDown, mouseUp\\nrightClick(400,180)\\nmoveTo(420,470,1)\\nclick(420,470,1)\\nmoveTo(960,250,0.5)\\nmouseDown()\\nmoveTo(960,900,0.5)\\nmouseUp()", "Comments": "Open the choose details panel and move to bottom" }, { "Index ID": 334, "Project ID": "fileexplorer_03_aug_02", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "Move 'beginner classes.txt' file and 'advanced classes.txt' file into the folder 'classes' one by one", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_03/explorer.exe", "video path": "FileExplorer/fileexplorer_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp\\nclick(300,250)\\nmoveTo(390,130,0.5)\\nclick(390,130)", "Comments": "Open the share of the first non-folder file" }, { "Index ID": 335, "Project ID": "fileexplorer_03_aug_03", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "Move 'beginner classes.txt' file and 'advanced classes.txt' file into the folder 'classes' one by one", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_03/explorer.exe", "video path": "FileExplorer/fileexplorer_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp\\nclick(1700,80)\\nwrite(\\ABCDEFG\\)", "Comments": "Search in the file explorer" }, { "Index ID": 336, "Project ID": "fileexplorer_04_meta", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "drag to select 'intermediate classes.txt' file and 'kid classes.txt' file, then move them to folder 'classes'.", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_04/explorer.exe", "video path": "FileExplorer/fileexplorer_04/inst_video.mp4", "Ground-Truth Plan": "Task 1: Move multiple folders\\nSubtask 1: Click on the 'Intermediate' folder to select it.\\nSubtask 2: Hold down the 'Control' key on your keyboard.\\nSubtask 3: Click on the 'Kids' folder while still holding the 'Control' key to select it as well.\\nSubtask 4: Ensure both folders are highlighted in blue, indicating they are selected.\\nSubtask 5: Click and drag the selected folders to the 'classes' folder.\\nSubtask 6: Release the mouse button to drop the folders into the 'classes' folder.", "Difficulty": "simple", "Task Length": 6.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 337, "Project ID": "fileexplorer_04_aug_01", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "drag to select 'intermediate classes.txt' file and 'kid classes.txt' file, then move them to folder 'classes'.", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_04/explorer.exe", "video path": "FileExplorer/fileexplorer_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp, mouseDown, mouseUp\\nrightClick(400,180)\\nmoveTo(420,470,1)\\nclick(420,470,1)\\nmoveTo(960,250,0.5)\\nmouseDown()\\nmoveTo(960,900,0.5)\\nmouseUp()", "Comments": "Open the choose details panel and move to bottom" }, { "Index ID": 338, "Project ID": "fileexplorer_04_aug_02", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "drag to select 'intermediate classes.txt' file and 'kid classes.txt' file, then move them to folder 'classes'.", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_04/explorer.exe", "video path": "FileExplorer/fileexplorer_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp\\nclick(300,250)\\nmoveTo(390,130,0.5)\\nclick(390,130)", "Comments": "Open the share of the first non-folder file" }, { "Index ID": 339, "Project ID": "fileexplorer_04_aug_03", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "drag to select 'intermediate classes.txt' file and 'kid classes.txt' file, then move them to folder 'classes'.", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_04/explorer.exe", "video path": "FileExplorer/fileexplorer_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp\\nclick(1700,80)\\nwrite(\\ABCDEFG\\)", "Comments": "Search in the file explorer" }, { "Index ID": 340, "Project ID": "fileexplorer_05_meta", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "change the name of the file in folder 'classes' to 'advanced.txt'", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_05/explorer.exe", "video path": "FileExplorer/fileexplorer_05/inst_video.mp4", "Ground-Truth Plan": "Task 1: Enter the 'classes' folder\\nSubtask 1: Doubleclick on the 'classes' folder to open it\\nTask 2: Rename file in the 'classes' folder\\nSubtask 1: Rightclick on the file you want to rename\\nSubtask 2: Click on the 'Rename' option from the context menu\\nSubtask 3: Type 'advanced.txt' as the new file name\\nSubtask 4: Press Enter to save the new file name", "Difficulty": "simple", "Task Length": 5.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 341, "Project ID": "fileexplorer_05_aug_01", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "change the name of the file in folder 'classes' to 'advanced.txt'", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_05/explorer.exe", "video path": "FileExplorer/fileexplorer_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick\\nrightClick(800,400)", "Comments": "rightClick on the blank space" }, { "Index ID": 342, "Project ID": "fileexplorer_05_aug_02", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "change the name of the file in folder 'classes' to 'advanced.txt'", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_05/explorer.exe", "video path": "FileExplorer/fileexplorer_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, doubleClick\\ndoubleClick(400,210)", "Comments": "doubleClick on the folder" }, { "Index ID": 343, "Project ID": "fileexplorer_05_aug_03", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "change the name of the file in folder 'classes' to 'advanced.txt'", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_05/explorer.exe", "video path": "FileExplorer/fileexplorer_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp, mouseDown, mouseUp\\nrightClick(400,180)\\nmoveTo(420,470,1)\\nclick(420,470,1)\\nmoveTo(960,250,0.5)\\nmouseDown()\\nmoveTo(960,900,0.5)\\nmouseUp()", "Comments": "Open the choose details panel and move to bottom" }, { "Index ID": 344, "Project ID": "fileexplorer_05_aug_04", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "change the name of the file in folder 'classes' to 'advanced.txt'", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_05/explorer.exe", "video path": "FileExplorer/fileexplorer_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp\\nclick(1700,80)\\nwrite(\\ABCDEFG\\)", "Comments": "Search in the file explorer" }, { "Index ID": 345, "Project ID": "fileexplorer_06_meta", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "Rename all the files by deleting 'class' from their names.", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_06/explorer.exe", "video path": "FileExplorer/fileexplorer_06/inst_video.mp4", "Ground-Truth Plan": "Task 1: Rename files by deleting 'class' from their names\\nSubtask 1: Click on the file labeled 'beginner classes'.\\nSubtask 2: Click on the 'Rename' icon.\\nSubtask 3: Highlight the word 'class' and the space following it.\\nSubtask 4: Press Backspace or Delete to remove the highlighted text.\\nSubtask 5: Press Enter to confirm the rename.\\n\\nTask 2: Rename files using the click method\\nSubtask 1: Click on the file labeled 'intermediate classes'.\\nSubtask 2: Click on the 'Rename' icon.\\nSubtask 3: Highlight the word 'class' and the space following it.\\nSubtask 4: Press Backspace or Delete to remove the highlighted text.\\nSubtask 5: Press Enter to confirm the rename.\\n\\nTask 3: Rename the last file\\nSubtask 1: Click on the file labeled 'Kids classes'.\\nSubtask 2: Click on the 'Rename' icon.\\nSubtask 3: Highlight the word 'class' and the space following it.\\nSubtask 4: Press Backspace or Delete to remove the highlighted text.\\nSubtask 5: Press Enter to confirm the rename.", "Difficulty": "medium", "Task Length": 15.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 346, "Project ID": "fileexplorer_06_aug_01", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "Rename all the files by deleting 'class' from their names.", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_06/explorer.exe", "video path": "FileExplorer/fileexplorer_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp, mouseDown, mouseUp\\nrightClick(400,180)\\nmoveTo(420,470,1)\\nclick(420,470,1)\\nmoveTo(960,250,0.5)\\nmouseDown()\\nmoveTo(960,900,0.5)\\nmouseUp()", "Comments": "Open the choose details panel and move to bottom" }, { "Index ID": 347, "Project ID": "fileexplorer_06_aug_02", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "Rename all the files by deleting 'class' from their names.", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_06/explorer.exe", "video path": "FileExplorer/fileexplorer_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp\\nclick(1700,80)\\nwrite(\\ABCDEFG\\)", "Comments": "Search in the file explorer" }, { "Index ID": 348, "Project ID": "fileexplorer_07_meta", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "move all the non-folder files into folder 'design'", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_07/explorer.exe", "video path": "FileExplorer/fileexplorer_07/inst_video.mp4", "Ground-Truth Plan": "Task 1: Move nonfolder files into folder 'design'\\nSubtask 1: Identify the nonfolder files to be moved.\\nSubtask 2: Click on the first nonfolder file.\\nSubtask 3: Hold down the 'Shift' key.\\nSubtask 4: Click on the last nonfolder file to select all files in between.\\nSubtask 5: Drag the selected files to the 'design' folder.\\nSubtask 6: Release the mouse button to drop the files into the 'design' folder.\\nSubtask 7: Confirm the move if prompted.", "Difficulty": "medium", "Task Length": 7.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 349, "Project ID": "fileexplorer_07_aug_01", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "move all the non-folder files into folder 'design'", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_07/explorer.exe", "video path": "FileExplorer/fileexplorer_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick\\nclick(300,250)", "Comments": "Select the first non-folder file." }, { "Index ID": 350, "Project ID": "fileexplorer_07_aug_02", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "move all the non-folder files into folder 'design'", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_07/explorer.exe", "video path": "FileExplorer/fileexplorer_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp\\nclick(300,250)\\nkeyDown(shift)\\nclick(300,360)\\nkeyUp(shift)", "Comments": "Select all non-folder files." }, { "Index ID": 351, "Project ID": "fileexplorer_07_aug_03", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "move all the non-folder files into folder 'design'", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_07/explorer.exe", "video path": "FileExplorer/fileexplorer_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp\\nclick(300,250)\\nmoveTo(390,130,0.5)\\nclick(390,130)", "Comments": "Open the share of the first non-folder file" }, { "Index ID": 352, "Project ID": "fileexplorer_07_aug_04", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "move all the non-folder files into folder 'design'", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_07/explorer.exe", "video path": "FileExplorer/fileexplorer_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp, mouseDown, mouseUp\\nrightClick(400,180)\\nmoveTo(420,540,1)\\nclick(420,540,1)\\nmoveTo(960,250,0.5)\\nmouseDown()\\nmoveTo(960,900,0.5)\\nmouseUp()", "Comments": "Open the choose details panel and move to bottom" }, { "Index ID": 353, "Project ID": "fileexplorer_07_aug_05", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "move all the non-folder files into folder 'design'", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_07/explorer.exe", "video path": "FileExplorer/fileexplorer_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp\\nclick(1700,80)\\nwrite(\\ABCDEFG\\)", "Comments": "Search in the file explorer" }, { "Index ID": 354, "Project ID": "fileexplorer_08_meta", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "move all the non-folder files into folder 'marketing'", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_08/explorer.exe", "video path": "FileExplorer/fileexplorer_08/inst_video.mp4", "Ground-Truth Plan": "Task 1: Move nonfolder files to the marketing folder\\nSubtask 1: Identify the nonfolder files to be moved.\\nSubtask 2: Click on the first nonfolder file.\\nSubtask 3: Hold down the 'Shift' key.\\nSubtask 4: Click on the last nonfolder file to select all files in between.\\nSubtask 5: Rightclick on the highlighted files\\nSubtask 6: Select 'Cut' icon from the context menu\\nSubtask 7: Navigate to the marketing folder\\nSubtask 8: Rightclick on the marketing folder\\nSubtask 9: Select 'Paste' icon from the context menu\\nSubtask 10: Doubleclick the marketing folder to verify the files are moved", "Difficulty": "medium", "Task Length": 10.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 355, "Project ID": "fileexplorer_08_aug_01", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "move all the non-folder files into folder 'marketing'", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_08/explorer.exe", "video path": "FileExplorer/fileexplorer_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick\\nclick(300,250)", "Comments": "Select the first non-folder file." }, { "Index ID": 356, "Project ID": "fileexplorer_08_aug_02", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "move all the non-folder files into folder 'marketing'", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_08/explorer.exe", "video path": "FileExplorer/fileexplorer_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp\\nclick(300,250)\\nkeyDown(shift)\\nclick(300,360)\\nkeyUp(shift)", "Comments": "Select all non-folder files." }, { "Index ID": 357, "Project ID": "fileexplorer_08_aug_03", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "move all the non-folder files into folder 'marketing'", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_08/explorer.exe", "video path": "FileExplorer/fileexplorer_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp\\nclick(300,250)\\nmoveTo(390,130,0.5)\\nclick(390,130)", "Comments": "Open the share of the first non-folder file" }, { "Index ID": 358, "Project ID": "fileexplorer_08_aug_04", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "move all the non-folder files into folder 'marketing'", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_08/explorer.exe", "video path": "FileExplorer/fileexplorer_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp, mouseDown, mouseUp\\nrightClick(400,180)\\nmoveTo(420,470,1)\\nclick(420,470,1)\\nmoveTo(960,250,0.5)\\nmouseDown()\\nmoveTo(960,900,0.5)\\nmouseUp()", "Comments": "Open the choose details panel and move to bottom" }, { "Index ID": 359, "Project ID": "fileexplorer_08_aug_05", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "move all the non-folder files into folder 'marketing'", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_08/explorer.exe", "video path": "FileExplorer/fileexplorer_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp\\nclick(1700,80)\\nwrite(\\ABCDEFG\\)", "Comments": "Search in the file explorer" }, { "Index ID": 360, "Project ID": "fileexplorer_09_meta", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "delete all the files in the current folder.", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_09/explorer.exe", "video path": "FileExplorer/fileexplorer_09/inst_video.mp4", "Ground-Truth Plan": "Task 1: Delete all files in the current folder\\nSubtask 1: Navigate to the folder containing the files you want to delete.\\nSubtask 2: Click on the first file in the folder.\\nSubtask 3: Hold down the 'Shift' key and click on the last file to select all files.\\nSubtask 4: Rightclick on the selected files.\\nSubtask 5: Click on the 'Delete' option from the context menu.", "Difficulty": "simple", "Task Length": 5.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 361, "Project ID": "fileexplorer_09_aug_01", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "move all the non-folder files into folder 'marketing'", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_09/explorer.exe", "video path": "FileExplorer/fileexplorer_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp, mouseDown, mouseUp\\nrightClick(400,180)\\nmoveTo(420,470,1)\\nclick(420,470,1)\\nmoveTo(960,250,0.5)\\nmouseDown()\\nmoveTo(960,900,0.5)\\nmouseUp()", "Comments": "Open the choose details panel and move to bottom" }, { "Index ID": 362, "Project ID": "fileexplorer_09_aug_02", "Task Category": "Windows Usage", "Software Name": "File Explorer", "User Query": "move all the non-folder files into folder 'marketing'", "Project File Type": "explorer.exe", "project file path": "FileExplorer/fileexplorer_09/explorer.exe", "video path": "FileExplorer/fileexplorer_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey, write, moveTo, typewrite, press, rightClick, keyDown, keyUp\\nclick(1700,80)\\nwrite(\\ABCDEFG\\)", "Comments": "Search in the file explorer" }, { "Index ID": 363, "Project ID": "settings_00_meta", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "set chrome as default browser", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_00/inst_video.mp4", "Ground-Truth Plan": "Task 1: Change the Default Browser in Windows 11\\nSubtask 1: Open the Settings app\\nSubtask 2: In the Settings app, click on 'Apps' in the left pane\\nSubtask 3: Select 'Default Apps' on the right\\nSubtask 4: In the Search apps box under the 'Set defaults for applications' section, type 'Google Chrome'\\nSubtask 5: Click on 'Google Chrome' from the search results\\nSubtask 6: Click on 'Set Default' to set Chrome as the default for most file types", "Difficulty": "medium", "Task Length": 6.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 364, "Project ID": "settings_00_aug_01", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "set chrome as default browser", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click\\nclick(94, 522)", "Comments": "Open the Settings app and click 'Apps' in the left pane." }, { "Index ID": 365, "Project ID": "settings_00_aug_02", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "set chrome as default browser", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo\\nmoveTo(141, 196, 1)\\nclick(141, 196)\\nwrite('start')", "Comments": "Type 'start' in the search box." }, { "Index ID": 366, "Project ID": "settings_00_aug_03", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "set chrome as default browser", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, moveTo\\nmoveTo(724, 225, 0.5)\\nclick(724, 225)", "Comments": "Click 'Rename'." }, { "Index ID": 367, "Project ID": "settings_00_aug_04", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "set chrome as default browser", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo\\nmoveTo(141, 196, 1)\\nclick(141, 196)\\nwrite('installed')", "Comments": "Type 'installed' in the search box." }, { "Index ID": 368, "Project ID": "settings_01_meta", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Switch default Windows mode to Dark", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_01/inst_video.mp4", "Ground-Truth Plan": "Task 1: Switch default Windows mode to Dark\\nSubtask 1: Open the Settings app on your device.\\nSubtask 2: Click on 'Personalization' in the Settings menu.\\nSubtask 3: Click on 'Colors' in the sidebar.\\nSubtask 4: Click on the 'Choose your mode' dropdown menu.\\nSubtask 5: Click on 'Dark' to select it.", "Difficulty": "simple", "Task Length": 5.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 369, "Project ID": "settings_01_aug_01", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Switch default Windows mode to Dark", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey\\nfrom time import sleep\\nhotkey('win', 'i')\\nsleep(0.5)\\nclick(133, 469)\\nsleep(0.5)\\nclick(622, 566)", "Comments": "Open the Settings app and go to 'Personalization'." }, { "Index ID": 370, "Project ID": "settings_01_aug_02", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Switch default Windows mode to Dark", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click\\nclick(101, 321)", "Comments": "Go to the 'System' section in Settings." }, { "Index ID": 371, "Project ID": "settings_01_aug_03", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Switch default Windows mode to Dark", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo\\nmoveTo(141, 196, 1)\\nclick(141, 196)\\nwrite('color')", "Comments": "Type 'color' in the search box." }, { "Index ID": 372, "Project ID": "settings_01_aug_04", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Switch default Windows mode to Dark", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, moveTo\\nmoveTo(724, 225, 0.5)\\nclick(724, 225)", "Comments": "Click 'Rename'." }, { "Index ID": 373, "Project ID": "settings_02_meta", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Change the taskbar location on screen to Left.", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_02/inst_video.mp4", "Ground-Truth Plan": "Task 1: Change the taskbar location on screen to Left\\nSubtask 1: Rightclick an empty space in the taskbar.\\nSubtask 2: Select 'Taskbar Settings' from the context menu.\\nSubtask 3: Scroll down and select 'Taskbar Behaviors'.\\nSubtask 4: Open the dropdown menu for 'Taskbar Alignment'.\\nSubtask 5: Select 'Left' to move the Start button to the left side of the taskbar.", "Difficulty": "medium", "Task Length": 5.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 374, "Project ID": "settings_02_aug_01", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Change the taskbar location on screen to Left.", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, moveTo\\nmoveTo(1500, 1050, 0.5)\\nclick(1500, 1050)\\nclick(1500, 1050, button='right')", "Comments": "Right-click an empty area on the taskbar." }, { "Index ID": 375, "Project ID": "settings_02_aug_02", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Change the taskbar location on screen to Left.", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, moveTo\\nclick(101, 321)\\nmoveTo(625, 325, 0.5)\\nclick(625, 325)", "Comments": "Go to 'System' > 'Display' in Settings." }, { "Index ID": 376, "Project ID": "settings_02_aug_03", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Change the taskbar location on screen to Left.", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo\\nmoveTo(141, 196, 1)\\nclick(141, 196)\\nwrite('display')", "Comments": "Type 'display' in the search box." }, { "Index ID": 377, "Project ID": "settings_02_aug_04", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Change the taskbar location on screen to Left.", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo\\nmoveTo(141, 196, 1)\\nclick(141, 196)\\nwrite('setting')", "Comments": "Type 'setting' in the search box." }, { "Index ID": 378, "Project ID": "settings_03_meta", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Turn on Storage Sense", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_03/inst_video.mp4", "Ground-Truth Plan": "Task 1: Turn on Storage Sense to automatically manage storage\\nSubtask 1: Open the Settings app on your device.\\nSubtask 2: Navigate to the 'System' section.\\nSubtask 3: Click on 'Storage' within the System settings.\\nSubtask 4: Locate the 'Storage Management' section.\\nSubtask 5: Click to turn on 'Storage Sense' to enable automatic storage management.", "Difficulty": "simple", "Task Length": 5.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 379, "Project ID": "settings_03_aug_01", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Turn on Storage Sense", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo\\nmoveTo(141, 196, 1)\\nclick(141, 196)\\nwrite('setting')", "Comments": "Type 'setting' in the search box." }, { "Index ID": 380, "Project ID": "settings_03_aug_02", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Turn on Storage Sense", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click\\nclick(94, 522)", "Comments": "Go to the 'Apps' section in Settings." }, { "Index ID": 381, "Project ID": "settings_03_aug_03", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Turn on Storage Sense", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, moveTo\\nmoveTo(724, 225, 0.5)\\nclick(724, 225)", "Comments": "Click 'Rename'." }, { "Index ID": 382, "Project ID": "settings_04_meta", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Disable the 'Power & Battery' Notifications", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_04/inst_video.mp4", "Ground-Truth Plan": "Task 1: Disable 'Power & Battery' Notifications\\nSubtask 1: Open the 'Settings' application on your PC.\\nSubtask 2: Click on 'System' in the left sidebar.\\nSubtask 3: Click on 'Notifications' from the available options.\\nSubtask 4: Scroll down to the 'Notifications from apps and other senders' section.\\nSubtask 5: Locate the 'Power & Battery' item in the list.\\nSubtask 6: Toggle the switch next to 'Power & Battery' to the 'Off' position to disable notifications for this specific sender.", "Difficulty": "medium", "Task Length": 6.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 383, "Project ID": "settings_04_aug_01", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Disable the 'Power & Battery' Notifications", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click\\nclick(101, 321)", "Comments": "Open the Settings app and select 'System' from the left sidebar." }, { "Index ID": 384, "Project ID": "settings_04_aug_02", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Disable the 'Power & Battery' Notifications", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo\\nmoveTo(141, 196, 1)\\nclick(141, 196)\\nwrite('windows')", "Comments": "Type 'windows' in the search box." }, { "Index ID": 385, "Project ID": "settings_04_aug_03", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Disable the 'Power & Battery' Notifications", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo\\nmoveTo(141, 196, 1)\\nclick(141, 196)\\nwrite('battery')", "Comments": "Type 'battery' in the search box." }, { "Index ID": 386, "Project ID": "settings_04_aug_04", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Disable the 'Power & Battery' Notifications", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo\\nmoveTo(141, 196, 1)\\nclick(141, 196)\\nwrite('power')", "Comments": "Type 'power' in the search box." }, { "Index ID": 387, "Project ID": "settings_05_meta", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Enable Autocorrect Misspelled Words", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_05/inst_video.mp4", "Ground-Truth Plan": "Task 1: Enable Autocorrect and Text Suggestions in Windows 11\\nSubtask 1: Open the 'Settings' app on your device.\\nSubtask 2: Navigate to the 'Time & language' section.\\nSubtask 3: Click 'Typing' on the right.\\nSubtask 4: Click to turn on 'Autocorrect misspelled words'.", "Difficulty": "simple", "Task Length": 4.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 388, "Project ID": "settings_05_aug_01", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Enable Autocorrect Misspelled Words", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTomoveTo(141, 196, 1)\\nclick(141, 196)\\nwrite('notification')", "Comments": "Type 'notification' in the search box." }, { "Index ID": 389, "Project ID": "settings_05_aug_02", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Enable Autocorrect Misspelled Words", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, moveTo\\nmoveTo(140, 819, 1)\\nclick(140, 819)", "Comments": "Go to the 'Windows Update' section in Settings." }, { "Index ID": 390, "Project ID": "settings_05_aug_03", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Enable Autocorrect Misspelled Words", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, moveTo\\nmoveTo(724, 225, 0.5)\\nclick(724, 225)", "Comments": "Click 'Rename'." }, { "Index ID": 391, "Project ID": "settings_06_meta", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Turn off letting ads use my personalid in Privacy Settings", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_06/inst_video.mp4", "Ground-Truth Plan": "Task 1: Disable Personalized Ads and Limit Data Collection by Microsoft\\nSubtask 1: Open 'Settings' on your device.\\nSubtask 2: Click on 'Privacy & security' in the left pane.\\nSubtask 3: Click on 'General' on the right side.\\nSubtask 4: Turn off 'Let apps show me personalized ads by using my advertising ID' by clicking the toggle switch to the 'Off' position.", "Difficulty": "simple", "Task Length": 4.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 392, "Project ID": "settings_06_aug_01", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Turn off letting ads use my personalid in Privacy Settings", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click\\nclick(143, 771)", "Comments": "Open Settings and select 'Privacy & security' from the left pane." }, { "Index ID": 393, "Project ID": "settings_06_aug_02", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Turn off letting ads use my personalid in Privacy Settings", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, moveTo\\nclick(143, 771)\\nmoveTo(670, 210, 0.5)\\nclick(670, 210)", "Comments": "Go to 'Privacy & security' > 'Windows Security' in Settings." }, { "Index ID": 394, "Project ID": "settings_06_aug_03", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Turn off letting ads use my personalid in Privacy Settings", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, moveTo\\nmoveTo(724, 225, 0.5)\\nclick(724, 225)", "Comments": "Click 'Rename'." }, { "Index ID": 395, "Project ID": "settings_06_aug_04", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Turn off letting ads use my personalid in Privacy Settings", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, scroll\\nmoveTo(800, 500, 0.5)\\nscroll(-800)", "Comments": "Go to 'Privacy & security' and scroll down." }, { "Index ID": 396, "Project ID": "settings_07_meta", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Turn off letting Website Access to My Language List in Privacy Settings", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_07/inst_video.mp4", "Ground-Truth Plan": "Task 1: Turn off letting Website Access to My Language List\\nSubtask 1: Open 'Settings' on your device.\\nSubtask 2: Click on 'Privacy & security' in the left pane.\\nSubtask 3: Click on 'General' on the right side.\\nSubtask 4: Locate the toggle switch for 'Let websites show me locally relevant content by accessing my language list' and turn it off by switching it to the 'Off' position.", "Difficulty": "simple", "Task Length": 4.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 397, "Project ID": "settings_07_aug_01", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Turn off letting Website Access to My Language List in Privacy Settings", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click\\nclick(143, 771)", "Comments": "Open Settings and select 'Privacy & security' from the left pane." }, { "Index ID": 398, "Project ID": "settings_07_aug_02", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Turn off letting Website Access to My Language List in Privacy Settings", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click\\nclick(133, 469)", "Comments": "Go to the 'Personalization' section in Settings." }, { "Index ID": 399, "Project ID": "settings_07_aug_03", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Turn off letting Website Access to My Language List in Privacy Settings", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, moveTo\\nmoveTo(724, 225, 0.5)\\nclick(724, 225)", "Comments": "Click 'Rename'." }, { "Index ID": 400, "Project ID": "settings_07_aug_04", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Turn off letting Website Access to My Language List in Privacy Settings", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, moveTo\\nclick(143, 771)\\nmoveTo(670, 210, 0.5)\\nclick(670, 210)", "Comments": "Go to 'Privacy & security' > 'Windows Security' in Settings." }, { "Index ID": 401, "Project ID": "settings_07_aug_05", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Turn off letting Website Access to My Language List in Privacy Settings", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, scroll\\nmoveTo(800, 500, 0.5)\\nscroll(-800)", "Comments": "Go to 'Privacy & security' and scroll down." }, { "Index ID": 402, "Project ID": "settings_08_meta", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Set the time zone with Arizona (UTC-07:00)", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_08/inst_video.mp4", "Ground-Truth Plan": "Task 1: Set the time zone with Arizona (UTC-07:00)\\nSubtask 1: Open the 'Settings' app on your device.\\nSubtask 2: Navigate to the 'Time & language' section.\\nSubtask 3: Click Time Zone button.\\nSubtask 4: Click Time Zone option menu.\\nSubtask 5: Select Time Arizona", "Difficulty": "hard", "Task Length": 5.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 403, "Project ID": "settings_08_aug_01", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Set the time zone with Arizona (UTC-07:00)", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click\\nclick(141, 620)", "Comments": "Open Settings and go to the 'Time & language' section." }, { "Index ID": 404, "Project ID": "settings_08_aug_02", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Set the time zone with Arizona (UTC-07:00)", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, moveTo\\nmoveTo(140, 819, 1)\\nclick(140, 819)", "Comments": "Go to the 'Windows Update' section in Settings." }, { "Index ID": 405, "Project ID": "settings_08_aug_03", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Set the time zone with Arizona (UTC-07:00)", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTomoveTo(141, 196, 1)\\nclick(141, 196)\\nwrite('notification')", "Comments": "Type 'notification' in the search box." }, { "Index ID": 406, "Project ID": "settings_08_aug_04", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Set the time zone with Arizona (UTC-07:00)", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, scroll\\nfrom time import sleep\\nclick(141, 620)\\nsleep(1)\\nclick(644, 293)\\nsleep(1)\\nscroll(-400)", "Comments": "Time & language > Date & time > scroll down" }, { "Index ID": 407, "Project ID": "settings_08_aug_05", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Set the time zone with Arizona (UTC-07:00)", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click\\nfrom time import sleep\\nclick(141, 620)\\nsleep(1)\\nclick(672, 383)", "Comments": "Time & language > Language & region" }, { "Index ID": 408, "Project ID": "settings_09_meta", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Copy the Device Specifications under the system about", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_09/inst_video.mp4", "Ground-Truth Plan": "Task 1: Turn off the Typing insights\\nSubtask 1: Open the 'Settings' app on your device.\\nSubtask 2: Click 'System'\\nSubtask 3: Click 'About'\\nSubtask 4: Click 'Copy' button under the Device Specification pane", "Difficulty": "medium", "Task Length": 4.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 409, "Project ID": "settings_09_aug_01", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Copy the Device Specifications under the system about", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey\\nfrom time import sleep\\nhotkey('win', 'i')\\nsleep(1)\\nmoveTo(141, 196, 1)\\nclick(141, 196)\\nwrite('hello')", "Comments": "Type 'hello' in the search box." }, { "Index ID": 410, "Project ID": "settings_09_aug_02", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Copy the Device Specifications under the system about", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, moveTo\\nmoveTo(140, 819, 1)\\nclick(140, 819)", "Comments": "Go to the 'Windows Update' section in Settings." }, { "Index ID": 411, "Project ID": "settings_09_aug_03", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Copy the Device Specifications under the system about", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo\\nmoveTo(141, 196, 1)\\nclick(141, 196)\\nwrite('windows')", "Comments": "Type 'windows' in the search box." }, { "Index ID": 412, "Project ID": "settings_09_aug_04", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Copy the Device Specifications under the system about", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, moveTo, scroll\\nfrom time import sleep\\nclick(101, 321)\\nmoveTo(800, 500, 1)\\nscroll(-1000)\\nsleep(1)\\nclick(621, 917)\\nsleep(1)\\nscroll(-600)", "Comments": "Go to 'System' > 'About' and scroll down." }, { "Index ID": 413, "Project ID": "settings_10_meta", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Set mouse pointer size as 5", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_10/inst_video.mp4", "Ground-Truth Plan": "Task 1: Navigate to Mouse Pointer Settings\\nSubtask 1: Open the 'Settings' app on your device.\\nSubtask 2: Click 'Accessibility' in the left sidebar menu\\nSubtask 3: Click 'Mouse pointer and touch' option\\nSubtask 4: Navigate to 'Size' in 'Mouse pointer' section\\n\\nTask 2: Adjust Mouse Pointer Size\\nSubtask 1: Locate the 'Size' slider in 'Mouse pointer' section\\nSubtask 2: Drag the slider to position 5", "Difficulty": "medium", "Task Length": 6.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 414, "Project ID": "settings_10_aug_01", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Set mouse pointer size as 5", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_10/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click\\nclick(122, 720)", "Comments": "Click on Accessibility" }, { "Index ID": 415, "Project ID": "settings_10_aug_02", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Set mouse pointer size as 5", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_10/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click\\nclick(133, 469)", "Comments": "Click on Personalization" }, { "Index ID": 416, "Project ID": "settings_10_aug_03", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Set mouse pointer size as 5", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_10/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, moveTo\\nmoveTo(724, 225, 0.5)\\nclick(724, 225)", "Comments": "Click 'Rename'." }, { "Index ID": 417, "Project ID": "settings_10_aug_04", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Set mouse pointer size as 5", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_10/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, moveTo, scroll\\nfrom time import sleep\\nclick(101, 370)\\nsleep(1)\\nclick(623, 556)", "Comments": "Go to 'Bluetooth & devices' > 'Mouse' in Settings." }, { "Index ID": 418, "Project ID": "settings_11_meta", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Set the Caption style with 'Yellow on blue' in Windows Settings", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_11/inst_video.mp4", "Ground-Truth Plan": "Task 1: Navigate to Caption Settings\\nSubtask 1: Open the 'Settings' app on your device.\\nSubtask 2: Click 'Accessibility' in the left sidebar menu\\nSubtask 3: Scroll to find 'Captions' section\\nSubtask 4: Click on 'Captions' option\\n\\nTask 2: Change Caption Style\\nSubtask 1: Click on the caption style dropdown menu\\nSubtask 2: Click 'Yellow on blue' option from the available styles", "Difficulty": "medium", "Task Length": 6.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 419, "Project ID": "settings_11_aug_01", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Set the Caption style with 'Yellow on blue' in Windows Settings", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_11/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click\\nclick(122, 720)", "Comments": "Click on Accessibility" }, { "Index ID": 420, "Project ID": "settings_11_aug_02", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Set the Caption style with 'Yellow on blue' in Windows Settings", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_11/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click\\nclick(133, 469)", "Comments": "Click on Personalization" }, { "Index ID": 421, "Project ID": "settings_11_aug_03", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Set the Caption style with 'Yellow on blue' in Windows Settings", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_11/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo\\nmoveTo(141, 196, 1)\\nclick(141, 196)\\nwrite('display')", "Comments": "Type 'display' in the search box." }, { "Index ID": 422, "Project ID": "settings_11_aug_04", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Set the Caption style with 'Yellow on blue' in Windows Settings", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_11/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, moveTo\\nmoveTo(724, 225, 0.5)\\nclick(724, 225)", "Comments": "Click 'Rename'." }, { "Index ID": 423, "Project ID": "settings_12_meta", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Set the brightness under Dynamic Lighting with 70%", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_12/inst_video.mp4", "Ground-Truth Plan": "Task 1: Navigate to Dynamic Lighting\\nSubtask 1: Open the 'Settings' app on your device.\\nSubtask 2: Click on 'Personalization' in the Settings menu.\\nSubtask 3: Click 'Dynamic Lighting' option\\n\\nTask 2: Adjust Brightness Level\\nSubtask 1: Locate the brightness slider for Dynamic Lighting\\nSubtask 2: Drag the slider to 70% position", "Difficulty": "medium", "Task Length": 5.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 424, "Project ID": "settings_12_aug_01", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Set the brightness under Dynamic Lighting with 70%", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_12/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click\\nclick(133, 469)", "Comments": "Click on Personalization" }, { "Index ID": 425, "Project ID": "settings_12_aug_02", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Set the brightness under Dynamic Lighting with 70%", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_12/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, moveTo\\nmoveTo(724, 225, 0.5)\\nclick(724, 225)", "Comments": "Click 'Rename'." }, { "Index ID": 426, "Project ID": "settings_12_aug_03", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Set the brightness under Dynamic Lighting with 70%", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_12/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo\\nmoveTo(141, 196, 1)\\nclick(141, 196)\\nwrite('theme')", "Comments": "Type 'theme' in the search box." }, { "Index ID": 427, "Project ID": "settings_13_meta", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Set the color of text cursor with pink", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_13/inst_video.mp4", "Ground-Truth Plan": "Task 1: Access cursor settings\\nSubtask 1: Open the 'Settings' app on your device.\\nSubtask 2: Click 'Accessibility' in the left sidebar menu\\nSubtask 3: Click 'Text cursor' in the Accessibility settings\\n\\nTask 2: Customize text cursor color\\nSubtask 1: Click the 'Text cursor indicator' toggle to turn it on.\\nSubtask 2: Click 'Text cursor indicator' option to expand the Size and Color panel\\nSubtask 3: Click the pink color option from the color palette", "Difficulty": "medium", "Task Length": 6.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 428, "Project ID": "settings_13_aug_01", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Set the color of text cursor with pink", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_13/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click\\nclick(122, 720)", "Comments": "Click on Accessibility" }, { "Index ID": 429, "Project ID": "settings_13_aug_02", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Set the color of text cursor with pink", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_13/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click\\nclick(141, 620)", "Comments": "Click on Time & Language" }, { "Index ID": 430, "Project ID": "settings_13_aug_03", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Set the color of text cursor with pink", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_13/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, moveTo\\nmoveTo(724, 225, 0.5)\\nclick(724, 225)", "Comments": "Click 'Rename'." }, { "Index ID": 431, "Project ID": "settings_13_aug_04", "Task Category": "Windows Usage", "Software Name": "Settings", "User Query": "Set the color of text cursor with pink", "Project File Type": "ms-Settings", "project file path": "ms-Settings", "video path": "Settings/settings_13/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, moveTo, scroll\\nfrom time import sleep\\nclick(101, 370)\\nsleep(1)\\nclick(623, 556)", "Comments": "Go to 'Bluetooth & devices' > 'Mouse' in Settings." }, { "Index ID": 432, "Project ID": "webbrowser_00_meta", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Download a video from mixkit website.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_00/inst_video.mp4", "Ground-Truth Plan": "Task 1: Access the Mixkit website\\nSubtask 1: Click on the address and search bar\\nSubtask 2: Type 'mixkit.co' in the address and search bar and press 'Enter'\\n\\nTask 2: Download a video from Mixkit\\nSubtask 1: On the homepage, click on the 'Stock Video' tab\\nSubtask 2: Browse through video categories like New, Backgrounds, Nature, etc.\\nSubtask 3: Click on a video thumbnail to open its details page.\\nSubtask 4: On the video details page, click the 'Download low resolution for free' button\\nSubtask 5: Confirm any prompts to start the download\\nSubtask 6: Wait for the download to complete", "Difficulty": "simple", "Task Length": 8.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 433, "Project ID": "webbrowser_00_aug_01", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Download a video from mixkit website.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey\\nfrom time import sleep\\nmoveTo(933, 78, 0.5)\\nclick(933, 78)\\nwrite('mixkit.co', 0.1)\\npress('Enter')", "Comments": "Access the Mixkit website" }, { "Index ID": 434, "Project ID": "webbrowser_00_aug_02", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Download a video from mixkit website.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey\\nfrom time import sleep\\nmoveTo(933, 78, 0.5)\\nclick(933, 78)\\nwrite('mixkit.co', 0.1)\\npress('Enter')\\nsleep(2)\\nmoveTo(260, 650, 0.5)\\nclick(260, 650)", "Comments": "Access the Mixkit website and Click the 'Stock Video' tab and browse categories." }, { "Index ID": 435, "Project ID": "webbrowser_00_aug_03", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Download a video from mixkit website.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, rightClick, mouseUp, hotkey\\nfrom time import sleep\\nrightClick(1300, 30, 0.5)\\nmoveTo(1340,230,0.5)\\nclick(1340,230)", "Comments": "Open the 'bookmarks all tabs' page" }, { "Index ID": 436, "Project ID": "webbrowser_00_aug_04", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Download a video from mixkit website.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, rightClick, mouseUp, hotkey\\nfrom time import sleep\\nrightClick(1300, 30, 0.5)\\nmoveTo(1340,270,0.5)\\nclick(1340,270)", "Comments": "Open the 'Name Windows' page" }, { "Index ID": 437, "Project ID": "webbrowser_00_aug_05", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Download a video from mixkit website.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey\\nfrom time import sleep\\nmoveTo(933, 78, 0.5)\\nclick(933, 78)\\nwrite('chrome://settings/languages', 0.1)\\nhotkey('enter')\\nmoveTo(1300,320,0.5)\\nclick(1300,320)", "Comments": "Open the 'Add language' page" }, { "Index ID": 438, "Project ID": "webbrowser_01_meta", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Download a video from mixkit website.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_01/inst_video.mp4", "Ground-Truth Plan": "Task 1: Access MixKit\\nSubtask 1: Click on the address and search bar\\nSubtask 2: Type 'mixkit.co' in the address bar and press 'Enter'\\n\\nTask 2: Search for Free Video\\nSubtask 1: Click on 'Stock Video'\\nSubtask 2: Type 'kayak' in the search bar and press 'Enter'\\n\\nTask 3: Preview and Select Video\\nSubtask 1: Click on a video thumbnail to preview it\\nSubtask 2: Check the video duration and content\\n\\nTask 4: Download Video\\nSubtask 1: Click the Download button on the desired video\\nSubtask 2: Save the video to your computer", "Difficulty": "simple", "Task Length": 8.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 439, "Project ID": "webbrowser_01_aug_01", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Download a video from mixkit website.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey\\nfrom time import sleep\\nmoveTo(933, 78, 0.5)\\nclick(933, 78)\\nwrite('mixkit.co', 0.1)\\npress('Enter')", "Comments": "Access the Mixkit website" }, { "Index ID": 440, "Project ID": "webbrowser_01_aug_02", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Download a video from mixkit website.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey\\nfrom time import sleep\\nmoveTo(933, 78, 0.5)\\nclick(933, 78)\\nwrite('mixkit.co', 0.1)\\npress('Enter')\\nsleep(2)\\nmoveTo(260, 650, 0.5)\\nclick(260, 650)\\nmoveTo(400, 145, 1)\\nclick(400, 145)\\nwrite('kayak', 0.1)\\npress('Enter')", "Comments": "Access MixKit and Search for Free Video" }, { "Index ID": 441, "Project ID": "webbrowser_01_aug_03", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Download a video from mixkit website.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, rightClick, mouseUp, hotkey\\nfrom time import sleep\\nrightClick(1300, 30, 0.5)\\nmoveTo(1340,230,0.5)\\nclick(1340,230)", "Comments": "Open the 'bookmarks all tabs' page" }, { "Index ID": 442, "Project ID": "webbrowser_01_aug_04", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Download a video from mixkit website.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, rightClick, mouseUp, hotkey\\nfrom time import sleep\\nrightClick(1300, 30, 0.5)\\nmoveTo(1340,270,0.5)\\nclick(1340,270)", "Comments": "Open the 'Name Windows' page" }, { "Index ID": 443, "Project ID": "webbrowser_01_aug_05", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Download a video from mixkit website.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey\\nfrom time import sleep\\nmoveTo(933, 78, 0.5)\\nclick(933, 78)\\nwrite('chrome://settings/languages', 0.1)\\nhotkey('enter')\\nmoveTo(1300,320,0.5)\\nclick(1300,320)", "Comments": "Open the 'Add language' page" }, { "Index ID": 444, "Project ID": "webbrowser_02_meta", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Download a 1920x1080HD video about 'Dog catches a ball in a river' from 'mixkit.co'", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_02/inst_video.mp4", "Ground-Truth Plan": "Task 1: Access MixKit\\nSubtask 1: Click on the address and search bar\\nSubtask 2: Type 'mixkit.co' in the browser's address bar and press 'Enter'\\n\\nTask 2: Search for Free Video\\nSubtask 1: Click on 'Stock Video'\\nSubtask 2: Type 'Dog catches a ball in a river' in the search bar and press 'Enter'\\n\\nTask 3: Preview and Select Video\\nSubtask 1: Click on a video thumbnail to preview it\\nSubtask 2: Check the video duration and content to ensure it matches the query and is 1920x1080HD\\n\\nTask 4: Download Video\\nSubtask 1: Click the 'Download Free Full HD Video' button for the desired video\\nSubtask 2: Save the video to your computer", "Difficulty": "simple", "Task Length": 8.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 445, "Project ID": "webbrowser_02_aug_01", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Download a 1920x1080HD video about 'Dog catches a ball in a river' from 'mixkit.co'", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey\\nfrom time import sleep\\nmoveTo(933, 78, 0.5)\\nclick(933, 78)\\nwrite('mixkit.co', 0.1)\\npress('Enter')", "Comments": "Access the Mixkit website" }, { "Index ID": 446, "Project ID": "webbrowser_02_aug_02", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Download a 1920x1080HD video about 'Dog catches a ball in a river' from 'mixkit.co'", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey\\nfrom time import sleep\\nmoveTo(933, 78, 0.5)\\nclick(933, 78)\\nwrite('mixkit.co', 0.1)\\npress('Enter')\\nsleep(2)\\nmoveTo(260, 650, 0.5)\\nclick(260, 650)\\nmoveTo(400, 200, 1)\\nclick(400, 200)\\nwrite('Dog catches a ball in a river', 0.1)\\npress('Enter')", "Comments": "Access the Mixkit website and Click 'Stock Video', type 'Dog catches a ball in a river' in the search bar, and press Enter." }, { "Index ID": 447, "Project ID": "webbrowser_02_aug_03", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Download a 1920x1080HD video about 'Dog catches a ball in a river' from 'mixkit.co'", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey, scroll\\nfrom time import sleep\\nmoveTo(933, 78, 0.5)\\nclick(933, 78)\\nwrite('mixkit.co', 0.1)\\npress('Enter')\\nsleep(2)\\nmoveTo(260, 650, 0.5)\\nclick(260, 650)\\nmoveTo(400, 200, 1)\\nclick(400, 200)\\nwrite('Dog catches a ball in a river', 0.1)\\npress('Enter')\\nsleep(1)\\nmoveTo(1000, 500)\\nscroll(-550)\\nmoveTo(350, 500, 0.5)\\nclick(350, 500)\\nsleep(3)\\nmoveTo(1380, 550, 0.5)\\nclick(1380, 550)", "Comments": "Access MixKit, Search for Free Video and Select Video" }, { "Index ID": 448, "Project ID": "webbrowser_02_aug_04", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Download a 1920x1080HD video about 'Dog catches a ball in a river' from 'mixkit.co'", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, rightClick, mouseUp, hotkey\\nfrom time import sleep\\nrightClick(1300, 30, 0.5)\\nmoveTo(1340,230,0.5)\\nclick(1340,230)", "Comments": "Open the 'bookmarks all tabs' page" }, { "Index ID": 449, "Project ID": "webbrowser_02_aug_05", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Download a 1920x1080HD video about 'Dog catches a ball in a river' from 'mixkit.co'", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey\\nfrom time import sleep\\nmoveTo(933, 78, 0.5)\\nclick(933, 78)\\nwrite('chrome://settings/languages', 0.1)\\nhotkey('enter')\\nmoveTo(1300,320,0.5)\\nclick(1300,320)", "Comments": "Open the 'Add language' page" }, { "Index ID": 450, "Project ID": "webbrowser_03_meta", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Download a 1920x1080HD video about 'White cat lying among the grasses seen up close' from 'mixkit.co'", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_03/inst_video.mp4", "Ground-Truth Plan": "Task 1: Access MixKit\\nSubtask 1: Click on the address and search bar\\nSubtask 2: Type 'mixkit.co' in the browser's address bar and press 'Enter'\\n\\nTask 2: Search for Free Video\\nSubtask 1: Click on 'Stock Video'\\nSubtask 2: Type 'White cat lying among the grasses seen up close' in the search bar and press 'Enter'\\n\\nTask 3: Preview and Select Video\\nSubtask 1: Click on a video thumbnail to preview it\\nSubtask 2: Verify the video resolution is 1920x1080HD and check the content\\n\\nTask 4: Download Video\\nSubtask 1: Click the 'Download low resolution for free' button for the desired video\\nSubtask 2: Save the video to your computer", "Difficulty": "simple", "Task Length": 8.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 451, "Project ID": "webbrowser_03_aug_01", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Download a 1920x1080HD video about 'White cat lying among the grasses seen up close' from 'mixkit.co'", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey, scroll\\nfrom time import sleep\\nmoveTo(933, 78, 0.5)\\nclick(933, 78)\\nwrite('mixkit.co', 0.1)\\npress('Enter')\\nsleep(2)\\nmoveTo(260, 650, 0.5)\\nclick(260, 650)\\nmoveTo(400, 200, 1)\\nclick(400, 200)", "Comments": "Access the Mixkit website and Click the 'Stock Video' tab" }, { "Index ID": 452, "Project ID": "webbrowser_03_aug_02", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Download a 1920x1080HD video about 'White cat lying among the grasses seen up close' from 'mixkit.co'", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey\\nfrom time import sleep\\nmoveTo(933, 78, 0.5)\\nclick(933, 78)\\nwrite('mixkit.co', 0.1)\\npress('Enter')\\nsleep(2)\\nmoveTo(750, 660, 0.5)\\nclick(750, 660)", "Comments": "Access the Mixkit website and Click the 'Stock Music' tab" }, { "Index ID": 453, "Project ID": "webbrowser_03_aug_03", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Download a 1920x1080HD video about 'White cat lying among the grasses seen up close' from 'mixkit.co'", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, rightClick, mouseUp, hotkey\\nfrom time import sleep\\nrightClick(1300, 30, 0.5)\\nmoveTo(1340,230,0.5)\\nclick(1340,230)", "Comments": "Open the 'bookmarks all tabs' page" }, { "Index ID": 454, "Project ID": "webbrowser_03_aug_04", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Download a 1920x1080HD video about 'White cat lying among the grasses seen up close' from 'mixkit.co'", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, rightClick, mouseUp, hotkey\\nfrom time import sleep\\nrightClick(1300, 30, 0.5)\\nmoveTo(1340,270,0.5)\\nclick(1340,270)", "Comments": "Open the 'Name Windows' page" }, { "Index ID": 455, "Project ID": "webbrowser_03_aug_05", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Download a 1920x1080HD video about 'White cat lying among the grasses seen up close' from 'mixkit.co'", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey\\nfrom time import sleep\\nmoveTo(933, 78, 0.5)\\nclick(933, 78)\\nwrite('chrome://settings/languages', 0.1)\\nhotkey('enter')\\nmoveTo(1300,320,0.5)\\nclick(1300,320)", "Comments": "Open the 'Add language' page" }, { "Index ID": 456, "Project ID": "webbrowser_04_meta", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the wikipedia and download the frontpage photo of keyword 'astronaut'", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_04/inst_video.mp4", "Ground-Truth Plan": "Task 1: Download Frontpage Photo of 'Astronaut' from Wikipedia\\nSubtask 1: Click on the 'Address and search bar'\\nSubtask 2: Type 'Wikipedia astronaut' in the search bar and press 'Enter'\\nSubtask 3: Click on the Wikipedia link for 'Astronaut'\\nSubtask 4: Rightclick on the frontpage photo of the 'Astronaut'\\nSubtask 5: Click 'Save image as...' and choose a location to save the image\\nSubtask 6: Click 'Save'", "Difficulty": "medium", "Task Length": 6.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 457, "Project ID": "webbrowser_04_aug_01", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the wikipedia and download the frontpage photo of keyword 'astronaut'", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey, scroll\\nfrom time import sleep\\nmoveTo(950, 530, 0.5)\\nclick(950, 530)\\nwrite('Wikipedia astronaut', 0.1)\\npress('Enter')", "Comments": "Search for 'Wikipedia astronaut' using the browser's address bar." }, { "Index ID": 458, "Project ID": "webbrowser_04_aug_02", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the wikipedia and download the frontpage photo of keyword 'astronaut'", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey, scroll\\nfrom time import sleep\\nmoveTo(950, 510, 0.5)\\nclick(950, 510)\\nwrite('NASA', 0.1)\\npress('Enter')", "Comments": "Search for 'Wikipedia astronaut' and open the Wikipedia page for Astronaut." }, { "Index ID": 459, "Project ID": "webbrowser_04_aug_03", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the wikipedia and download the frontpage photo of keyword 'astronaut'", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, rightClick, mouseUp, hotkey\\nfrom time import sleep\\nrightClick(1300, 30, 0.5)\\nmoveTo(1340,230,0.5)\\nclick(1340,230)", "Comments": "Open the 'bookmarks all tabs' page" }, { "Index ID": 460, "Project ID": "webbrowser_04_aug_04", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the wikipedia and download the frontpage photo of keyword 'astronaut'", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, rightClick, mouseUp, hotkey\\nfrom time import sleep\\nrightClick(1300, 30, 0.5)\\nmoveTo(1340,270,0.5)\\nclick(1340,270)", "Comments": "Open the 'Name Windows' page" }, { "Index ID": 461, "Project ID": "webbrowser_04_aug_05", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the wikipedia and download the frontpage photo of keyword 'astronaut'", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey\\nfrom time import sleep\\nmoveTo(933, 78, 0.5)\\nclick(933, 78)\\nwrite('chrome://settings/languages', 0.1)\\nhotkey('enter')\\nmoveTo(1300,320,0.5)\\nclick(1300,320)", "Comments": "Open the 'Add language' page" }, { "Index ID": 462, "Project ID": "webbrowser_05_meta", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the flickr website and download a 2K forest photo.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_05/inst_video.mp4", "Ground-Truth Plan": "Task 1: Navigate to Flickr website\\nSubtask 1: Click on the 'Address and search bar'\\nSubtask 2: Type 'https://flickr.com' directly into the address bar and press 'Enter'.\\n\\nTask 2: Search and download the 2K forest photo\\nSubtask 1: Type 'forest' in the Flickr search bar and press 'Enter'.\\nSubtask 2: Scroll through the search results to find a 2K forest photo.\\nSubtask 3: Click on the desired forest photo.\\nSubtask 4: Click on the download arrow.\\nSubtask 5: Choose the 'Large (2048 × 1365)' option, which corresponds to a 2K resolution.\\nSubtask 6: Confirm the download, and save the image to your desired location on your computer", "Difficulty": "medium", "Task Length": 8.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 463, "Project ID": "webbrowser_05_aug_01", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the flickr website and download a 2K forest photo.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey\\nfrom time import sleep\\nmoveTo(933, 78, 0.5)\\nclick(933, 78)\\nwrite('https://flickr.com', 0.1)\\npress('Enter')", "Comments": "Navigate to Flickr website" }, { "Index ID": 464, "Project ID": "webbrowser_05_aug_02", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the flickr website and download a 2K forest photo.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey, scroll\\nfrom time import sleep\\nmoveTo(933, 78, 0.5)\\nclick(933, 78)\\nwrite('https://flickr.com', 0.1)\\npress('Enter')\\nsleep(3)\\nmoveTo(1378, 140, 0.5)\\nclick(1378, 140)\\nwrite('forest', 0.1)\\npress('Enter')\\nsleep(5)\\nmoveTo(1000, 500)\\nscroll(-800)", "Comments": "Navigate to Flickr website and Search for 'forest' and Scroll to find a 2K forest photo." }, { "Index ID": 465, "Project ID": "webbrowser_05_aug_03", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the flickr website and download a 2K forest photo.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, rightClick, mouseUp, hotkey\\nfrom time import sleep\\nrightClick(1300, 30, 0.5)\\nmoveTo(1340,230,0.5)\\nclick(1340,230)", "Comments": "Open the 'bookmarks all tabs' page" }, { "Index ID": 466, "Project ID": "webbrowser_05_aug_04", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the flickr website and download a 2K forest photo.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, rightClick, mouseUp, hotkey\\nfrom time import sleep\\nrightClick(1300, 30, 0.5)\\nmoveTo(1340,270,0.5)\\nclick(1340,270)", "Comments": "Open the 'Name Windows' page" }, { "Index ID": 467, "Project ID": "webbrowser_05_aug_05", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the flickr website and download a 2K forest photo.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey\\nfrom time import sleep\\nmoveTo(933, 78, 0.5)\\nclick(933, 78)\\nwrite('chrome://settings/languages', 0.1)\\nhotkey('enter')\\nmoveTo(1300,320,0.5)\\nclick(1300,320)", "Comments": "Open the 'Add language' page" }, { "Index ID": 468, "Project ID": "webbrowser_06_meta", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the flickr website and download a original size photo about butterfly, and save it with name 'butterfly.jpg'", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_06/inst_video.mp4", "Ground-Truth Plan": "Task 1: Navigate to Flickr website\\nSubtask 1: Click on the Address and search bar.\\nSubtask 2: Type 'https://flickr.com' directly into the address bar and press 'Enter'.\\n\\nTask 2: Search and download the image from Flickr on a desktop or laptop\\nSubtask 1: Type 'butterfly' in the Flickr search bar and press 'Enter'.\\nSubtask 2: Scroll to find an image of a butterfly you want to download.\\nSubtask 3: Click on the chosen butterfly image.\\nSubtask 4: Click on the download arrow icon.\\nSubtask 5: Click to select the 'Original (705 × 384)' option.\\nSubtask 6: Click 'Save As' and type 'butterfly.jpg' as the file name.", "Difficulty": "medium", "Task Length": 8.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 469, "Project ID": "webbrowser_06_aug_01", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the flickr website and download a original size photo about butterfly, and save it with name 'butterfly.jpg'", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey\\nfrom time import sleep\\nmoveTo(933, 78, 0.5)\\nclick(933, 78)\\nwrite('https://flickr.com', 0.1)\\npress('Enter')", "Comments": "Navigate to Flickr website" }, { "Index ID": 470, "Project ID": "webbrowser_06_aug_02", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the flickr website and download a original size photo about butterfly, and save it with name 'butterfly.jpg'", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey, scroll\\nfrom time import sleep\\nmoveTo(933, 78, 0.5)\\nclick(933, 78)\\nwrite('https://flickr.com', 0.1)\\npress('Enter')\\nsleep(3)\\nmoveTo(1378, 140, 0.5)\\nclick(1378, 140)\\nwrite('sunset', 0.1)\\npress('Enter')", "Comments": "Navigate to Flickr website and search 'sunset'" }, { "Index ID": 471, "Project ID": "webbrowser_06_aug_03", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the flickr website and download a original size photo about butterfly, and save it with name 'butterfly.jpg'", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, rightClick, mouseUp, hotkey\\nfrom time import sleep\\nrightClick(1300, 30, 0.5)\\nmoveTo(1340,230,0.5)\\nclick(1340,230)", "Comments": "Open the 'bookmarks all tabs' page" }, { "Index ID": 472, "Project ID": "webbrowser_06_aug_04", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the flickr website and download a original size photo about butterfly, and save it with name 'butterfly.jpg'", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, rightClick, mouseUp, hotkey\\nfrom time import sleep\\nrightClick(1300, 30, 0.5)\\nmoveTo(1340,270,0.5)\\nclick(1340,270)", "Comments": "Open the 'Name Windows' page" }, { "Index ID": 473, "Project ID": "webbrowser_06_aug_05", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the flickr website and download a original size photo about butterfly, and save it with name 'butterfly.jpg'", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey\\nfrom time import sleep\\nmoveTo(933, 78, 0.5)\\nclick(933, 78)\\nwrite('chrome://settings/languages', 0.1)\\nhotkey('enter')\\nmoveTo(1300,320,0.5)\\nclick(1300,320)", "Comments": "Open the 'Add language' page" }, { "Index ID": 474, "Project ID": "webbrowser_07_meta", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the flickr website and download a large size photo by searching 'newyork' keyword, and then find a photo of a woman in a red dress on the subway, and save it with name 'newyork.jpg'", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_07/inst_video.mp4", "Ground-Truth Plan": "Task 1: Navigate to Flickr website\\nSubtask 1: Click on the Address and search bar.\\nSubtask 2: Type 'https://flickr.com' directly into the address bar and press 'Enter'.\\n\\nTask 2: Search and download the image from Flickr on a desktop or laptop\\nSubtask 1: Type 'newyork' in the Flickr search bar and press 'Enter'.\\nSubtask 2: Scroll through the images to find a photo of a woman in a red dress on the subway.\\nSubtask 3: Click on the image you want to download.\\nSubtask 4: Click on the download arrow icon.\\nSubtask 5: Choose the 'Large (2048 × 1365)' option to download the image.\\nSubtask 6: Save the image in the designated downloads folder and type 'newyork.jpg' as the file name.", "Difficulty": "hard", "Task Length": 8.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 475, "Project ID": "webbrowser_07_aug_01", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the flickr website and download a large size photo by searching 'newyork' keyword, and then find a photo of a woman in a red dress on the subway, and save it with name 'newyork.jpg'", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey\\nfrom time import sleep\\nmoveTo(933, 78, 0.5)\\nclick(933, 78)\\nwrite('https://flickr.com', 0.1)\\npress('Enter')\\nsleep(3)\\nmoveTo(1378, 140, 0.5)\\nclick(1378, 140)\\nwrite('newyork', 0.1)\\npress('Enter')", "Comments": "Navigate to Flickr website and search 'newyork'" }, { "Index ID": 476, "Project ID": "webbrowser_07_aug_02", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the flickr website and download a large size photo by searching 'newyork' keyword, and then find a photo of a woman in a red dress on the subway, and save it with name 'newyork.jpg'", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey\\nfrom time import sleep\\nmoveTo(933, 78, 0.5)\\nclick(933, 78)\\nwrite('mixkit.co', 0.1)\\npress('Enter')", "Comments": "Enter 'mixkit.co' webwite" }, { "Index ID": 477, "Project ID": "webbrowser_07_aug_03", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the flickr website and download a large size photo by searching 'newyork' keyword, and then find a photo of a woman in a red dress on the subway, and save it with name 'newyork.jpg'", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, rightClick, mouseUp, hotkey\\nfrom time import sleep\\nrightClick(1300, 30, 0.5)\\nmoveTo(1340,230,0.5)\\nclick(1340,230)", "Comments": "Open the 'bookmarks all tabs' page" }, { "Index ID": 478, "Project ID": "webbrowser_07_aug_04", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the flickr website and download a large size photo by searching 'newyork' keyword, and then find a photo of a woman in a red dress on the subway, and save it with name 'newyork.jpg'", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, rightClick, mouseUp, hotkey\\nfrom time import sleep\\nrightClick(1300, 30, 0.5)\\nmoveTo(1340,270,0.5)\\nclick(1340,270)", "Comments": "Open the 'Name Windows' page" }, { "Index ID": 479, "Project ID": "webbrowser_07_aug_05", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the flickr website and download a large size photo by searching 'newyork' keyword, and then find a photo of a woman in a red dress on the subway, and save it with name 'newyork.jpg'", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey\\nfrom time import sleep\\nmoveTo(933, 78, 0.5)\\nclick(933, 78)\\nwrite('chrome://settings/languages', 0.1)\\nhotkey('enter')\\nmoveTo(1300,320,0.5)\\nclick(1300,320)", "Comments": "Open the 'Add language' page" }, { "Index ID": 480, "Project ID": "webbrowser_08_meta", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the pexels website and download a photo by searching 'sky' (long photo is preferred)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_08/inst_video.mp4", "Ground-Truth Plan": "Task 1: Access Pexels for Stock Photos\\nSubtask 1: Click on the Address and search bar.\\nSubtask 2: Type 'pexels.com' in the address bar and press Enter.\\n\\nTask 2: Select and Search for Photos\\nSubtask 1: Click on the 'Photos' option from the dropdown menu.\\nSubtask 2: Type 'sky' in the search bar and press 'Enter'.\\n\\nTask 3: Browse and Choose Photos\\nSubtask 1: Scroll through the list of available photos under the search term 'sky'.\\nSubtask 2: Identify and click on a long photo you wish to download.\\n\\nTask 4: Download the Selected Photo\\nSubtask 1: Choose your desired resolution from the dropdown menu beside 'Free download' button.\\nSubtask 2: Click the 'Download Selected Size' button to download the photo royaltyfree.", "Difficulty": "medium", "Task Length": 8.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 481, "Project ID": "webbrowser_08_aug_01", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the pexels website and download a photo by searching 'sky' (long photo is preferred)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey\\nfrom time import sleep\\nmoveTo(933, 78, 0.5)\\nclick(933, 78)\\nwrite('pexels.com', 0.1)\\npress('Enter')", "Comments": "Access Pexels for Stock Photos" }, { "Index ID": 482, "Project ID": "webbrowser_08_aug_02", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the pexels website and download a photo by searching 'sky' (long photo is preferred)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey\\nfrom time import sleep\\nmoveTo(933, 78, 0.5)\\nclick(933, 78)\\nwrite('pexels.com', 0.1)\\npress('Enter')\\nsleep(2)\\nmoveTo(641, 523, 0.5)\\nclick(641, 523)\\nmoveTo(641, 608, 0.5)\\nclick(641, 608)\\nmoveTo(875, 530, 0.5)\\nclick(875, 530)\\nwrite('sky', 0.1)\\npress('Enter')", "Comments": "Access Pexels for Stock Photos, select 'Photos' from the dropdown, then search for 'sky'." }, { "Index ID": 483, "Project ID": "webbrowser_08_aug_03", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the pexels website and download a photo by searching 'sky' (long photo is preferred)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey, scroll\\nfrom time import sleep\\nmoveTo(933, 78, 0.5)\\nclick(933, 78)\\nwrite('pexels.com', 0.1)\\npress('Enter')\\nsleep(2)\\nmoveTo(641, 523, 0.5)\\nclick(641, 523)\\nmoveTo(641, 608, 0.5)\\nclick(641, 608)\\nmoveTo(875, 530, 0.5)\\nclick(875, 530)\\nwrite('sky', 0.1)\\npress('Enter')\\nsleep(4)\\nmoveTo(1000, 500, 0.5)\\nscroll(-1000)\\nmoveTo(950, 570, 0.5)\\nclick(950, 570)", "Comments": "Access Pexels for Stock Photos, select 'Photos' from the dropdown, then search for 'sky' and select a long photo to download." }, { "Index ID": 484, "Project ID": "webbrowser_08_aug_04", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the pexels website and download a photo by searching 'sky' (long photo is preferred)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, rightClick, mouseUp, hotkey\\nfrom time import sleep\\nrightClick(1300, 30, 0.5)\\nmoveTo(1340,230,0.5)\\nclick(1340,230)", "Comments": "Open the 'bookmarks all tabs' page" }, { "Index ID": 485, "Project ID": "webbrowser_08_aug_05", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the pexels website and download a photo by searching 'sky' (long photo is preferred)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, rightClick, mouseUp, hotkey\\nfrom time import sleep\\nrightClick(1300, 30, 0.5)\\nmoveTo(1340,270,0.5)\\nclick(1340,270)", "Comments": "Open the 'Name Windows' page" }, { "Index ID": 486, "Project ID": "webbrowser_09_meta", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the pexels website and download a video by searching 'sunset'.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_09/inst_video.mp4", "Ground-Truth Plan": "Task 1: Access Pexels.com\\nSubtask 1: Click on the Address and search bar.\\nSubtask 2: Type 'pexels.com' in the address bar and press Enter.\\n\\nTask 2: Search for Video Clips\\nSubtask 1: Click on the 'Videos' option from the dropdown menu to switch from photos to videos.\\nSubtask 2: Type 'sunset' in the search bar and press 'Enter'.\\n\\nTask 3: Browse and Select Video Clips\\nSubtask 1: Scroll through the list of available video clips.\\nSubtask 2: Click on a video clip you wish to download.\\n\\nTask 4: Download the Selected Video Clip\\nSubtask 1: Choose the desired resolution or download size from the dropdown menu beside 'Free download' button.\\nSubtask 2: Click the 'Download Selected Size' button to save the video clip to your computer.", "Difficulty": "medium", "Task Length": 8.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 487, "Project ID": "webbrowser_09_aug_01", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the pexels website and download a video by searching 'sunset'.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey, scroll\\nfrom time import sleep\\nmoveTo(933, 78, 0.5)\\nclick(933, 78)\\nwrite('pexels.com', 0.1)\\npress('Enter')\\nsleep(2)\\nmoveTo(641, 523, 0.5)\\nclick(641, 523)\\nmoveTo(641, 660, 0.5)\\nclick(641, 660)", "Comments": "Go to pexels.com, then select 'Videos' from the dropdown menu." }, { "Index ID": 488, "Project ID": "webbrowser_09_aug_02", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the pexels website and download a video by searching 'sunset'.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey, scroll\\nfrom time import sleep\\nmoveTo(933, 78, 0.5)\\nclick(933, 78)\\nwrite('pexels.com', 0.1)\\npress('Enter')\\nsleep(2)\\nmoveTo(641, 523, 0.5)\\nclick(641, 523)\\nmoveTo(641, 660, 0.5)\\nclick(641, 660)\\nmoveTo(875, 524, 0.5)\\nclick(875, 524)\\nwrite('sunset', 0.1)\\npress('Enter')", "Comments": "Go to pexels.com, switch to 'Videos', and search for 'sunset'." }, { "Index ID": 489, "Project ID": "webbrowser_09_aug_03", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the pexels website and download a video by searching 'sunset'.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, rightClick, mouseUp, hotkey\\nfrom time import sleep\\nrightClick(1300, 30, 0.5)\\nmoveTo(1340,270,0.5)\\nclick(1340,270)", "Comments": "Open the 'Name Windows' page" }, { "Index ID": 490, "Project ID": "webbrowser_09_aug_04", "Task Category": "Web Usage", "Software Name": "Web Browser", "User Query": "Go to the pexels website and download a video by searching 'sunset'.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "WebBrowser/webbrowser_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, write, moveTo, press, dragTo, mouseDown, mouseUp, hotkey\\nfrom time import sleep\\nmoveTo(933, 78, 0.5)\\nclick(933, 78)\\nwrite('chrome://settings/languages', 0.1)\\nhotkey('enter')\\nmoveTo(1300,320,0.5)\\nclick(1300,320)", "Comments": "Open the 'Add language' page" }, { "Index ID": 491, "Project ID": "youtube_00_meta", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Change the theme of Youtube from Device Theme to Dark Theme", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_00/inst_video.mp4", "Ground-Truth Plan": "Task 1: Change YouTube Theme to Dark Theme\\nSubtask 1: Click on the 'Account menu' or 'Avatar image' in the top right-hand corner of the YouTube page.\\nSubtask 2: Click on 'Appearance: Device theme' in the dropdown menu.\\nSubtask 3: Click on 'Dark theme' to select it.", "Difficulty": "simple", "Task Length": 3.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 492, "Project ID": "youtube_00_aug_01", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Change the theme of Youtube from Device Theme to Dark Theme (选作showcase显示出这种aug的迷惑性:因为原来的plan是点击,因此,已经点击的情况下,容易再次的点击,导致dropdown menu消失)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(1841, 143)", "Comments": "Click on the 'Account menu' or 'Avatar image'" }, { "Index ID": 493, "Project ID": "youtube_00_aug_02", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Change the theme of Youtube from Device Theme to Dark Theme", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(1841, 143)\\nmoveTo(1531, 901, 1)\\nclick(1531, 901)", "Comments": "Click on the setting under account menu dropdown menu" }, { "Index ID": 494, "Project ID": "youtube_00_aug_03", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Change the theme of Youtube from Device Theme to Dark Theme", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(118, 449)", "Comments": "Click on history" }, { "Index ID": 495, "Project ID": "youtube_00_aug_04", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Change the theme of Youtube from Device Theme to Dark Theme", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(1771, 143)", "Comments": "Click on notification" }, { "Index ID": 496, "Project ID": "youtube_00_aug_05", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Change the theme of Youtube from Device Theme to Dark Theme", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nmoveTo(896, 143, 0.5)\\nclick(896, 143)\\nwrite('jazz pop')", "Comments": "Click on search bar and write 'jazz pop'" }, { "Index ID": 497, "Project ID": "youtube_01_meta", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Set the video playback speed to 0.75 (https://www.youtube.com/watch?v=y7eizVOfksE)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_01/inst_video.mp4", "Ground-Truth Plan": "Task 1: Adjust the playback speed on YouTube \\nSubtask 1: Hover over the video to reveal the settings gear icon. \\nSubtask 2: Click on the settings gear icon. \\nSubtask 3: In the menu that appears, select the option for playback speed. \\nSubtask 4: Adjust the playback speed to 0.75.", "Difficulty": "simple", "Task Length": 4.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 498, "Project ID": "youtube_01_aug_01", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Set the video playback speed to 0.75 (https://www.youtube.com/watch?v=y7eizVOfksE)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(1028, 819)", "Comments": "Click on the video play settings button" }, { "Index ID": 499, "Project ID": "youtube_01_aug_02", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Set the video playback speed to 0.75 (https://www.youtube.com/watch?v=y7eizVOfksE)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(1231, 936)", "Comments": "Click on more option" }, { "Index ID": 500, "Project ID": "youtube_01_aug_03", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Set the video playback speed to 0.75 (https://www.youtube.com/watch?v=y7eizVOfksE)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(1843, 143)", "Comments": "Click on the account menu button" }, { "Index ID": 501, "Project ID": "youtube_01_aug_04", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Set the video playback speed to 0.75 (https://www.youtube.com/watch?v=y7eizVOfksE)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(1771, 143)", "Comments": "Click on notification" }, { "Index ID": 502, "Project ID": "youtube_01_aug_05", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Set the video playback speed to 0.75 (https://www.youtube.com/watch?v=y7eizVOfksE)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nmoveTo(896, 143, 0.5)\\nclick(896, 143)\\nwrite('jazz pop')", "Comments": "Click on search bar and write 'jazz pop'" }, { "Index ID": 503, "Project ID": "youtube_02_meta", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Type 'i' to switch into mini player and click expand to recover. (https://www.youtube.com/watch?v=y7eizVOfksE)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_02/inst_video.mp4", "Ground-Truth Plan": "Task 2: Use shortcut keys to toggle video views \\nSubtask 1: Press 'i' to switch into mini player. \\nSubtask 2: Hover over the video player to reveal the view options. \\nSubtask 3: Click the expand button to recover the full view.", "Difficulty": "simple", "Task Length": 3.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 504, "Project ID": "youtube_02_aug_01", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Type 'i' to switch into mini player and click expand to recover. (https://www.youtube.com/watch?v=y7eizVOfksE)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(1028, 819)'", "Comments": "Click on the video play settings button" }, { "Index ID": 505, "Project ID": "youtube_02_aug_02", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Type 'i' to switch into mini player and click expand to recover. (https://www.youtube.com/watch?v=y7eizVOfksE)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medum", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, scroll\\nmoveTo(300, 300, 0.5)\\nscroll(-600)", "Comments": "Scroll down 600 pixels" }, { "Index ID": 506, "Project ID": "youtube_02_aug_03", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Type 'i' to switch into mini player and click expand to recover. (https://www.youtube.com/watch?v=y7eizVOfksE)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(1843, 143)", "Comments": "Click on the account menu button" }, { "Index ID": 507, "Project ID": "youtube_02_aug_04", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Type 'i' to switch into mini player and click expand to recover. (https://www.youtube.com/watch?v=y7eizVOfksE)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(1771, 143)", "Comments": "Click on notification" }, { "Index ID": 508, "Project ID": "youtube_02_aug_05", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Type 'i' to switch into mini player and click expand to recover. (https://www.youtube.com/watch?v=y7eizVOfksE)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(1039, 936)", "Comments": "Click on Share Button" }, { "Index ID": 509, "Project ID": "youtube_03_meta", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Play the video and goback to 0 and pause. (https://www.youtube.com/watch?v=y7eizVOfksE)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_03/inst_video.mp4", "Ground-Truth Plan": "Task 1: Play and Pause the Video \\nSubtask 1: Press the spacebar to play the video. \\nSubtask 2: Press the 0 key to jump to the beginning of the video. \\nSubtask 3: Press the spacebar to pause the video.", "Difficulty": "simple", "Task Length": 3.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 510, "Project ID": "youtube_03_aug_01", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Play the video and goback to 0 and pause. (https://www.youtube.com/watch?v=y7eizVOfksE)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(1028, 819)", "Comments": "Click on the video play settings button" }, { "Index ID": 511, "Project ID": "youtube_03_aug_02", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Play the video and goback to 0 and pause. (https://www.youtube.com/watch?v=y7eizVOfksE)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press\\npress('I')", "Comments": "Press I" }, { "Index ID": 512, "Project ID": "youtube_03_aug_03", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Play the video and goback to 0 and pause. (https://www.youtube.com/watch?v=y7eizVOfksE)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, scroll\\nmoveTo(300, 300, 0.5)\\nscroll(-600)", "Comments": "Scroll down 600 pixels" }, { "Index ID": 513, "Project ID": "youtube_03_aug_04", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Play the video and goback to 0 and pause. (https://www.youtube.com/watch?v=y7eizVOfksE)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nmoveTo(896, 143, 0.5)\\nclick(896, 143)\\nwrite('jazz pop')", "Comments": "Click on search bar and write 'jazz pop'" }, { "Index ID": 514, "Project ID": "youtube_04_meta", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Show the keyboard shortcuts of the Youtube.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_04/inst_video.mp4", "Ground-Truth Plan": "Task 1: Access YouTube Keyboard Shortcuts \\nSubtask 1: Go to YouTube and log in to your account if necessary. \\nSubtask 2: Click on your profile picture in the top right-hand corner of the screen. \\nSubtask 3: Scroll to the bottom of the dropdown menu. \\nSubtask 4: Click on the option labeled 'Keyboard shortcuts.' \\nSubtask 5: Review the cheat sheet that appears, which lists all the different shortcut keys you can use on YouTube.", "Difficulty": "simple", "Task Length": 5.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 515, "Project ID": "youtube_04_aug_01", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Show the keyboard shortcuts of the Youtube.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(1841, 143)'", "Comments": "Click on the Account button" }, { "Index ID": 516, "Project ID": "youtube_04_aug_02", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Show the keyboard shortcuts of the Youtube.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press\\nclick(1769, 143)'", "Comments": "Click on the notification button" }, { "Index ID": 517, "Project ID": "youtube_04_aug_03", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Show the keyboard shortcuts of the Youtube.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(118, 449)", "Comments": "Click on history button" }, { "Index ID": 518, "Project ID": "youtube_04_aug_04", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Show the keyboard shortcuts of the Youtube.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nmoveTo(896, 143, 0.5)\\nclick(896, 143)\\nwrite('jazz pop')", "Comments": "Click on search bar and write 'jazz pop'" }, { "Index ID": 519, "Project ID": "youtube_04_aug_05", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Show the keyboard shortcuts of the Youtube.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(1841, 143)\\nmoveTo(1531, 901, 1)\\nclick(1531, 901)", "Comments": "Click on the setting under account menu dropdown menu" }, { "Index ID": 520, "Project ID": "youtube_05_meta", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Loop the video, add to watch later and create a watch list 'what is love'. (https://www.youtube.com/watch?v=y7eizVOfksE)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_05/inst_video.mp4", "Ground-Truth Plan": "Task 1: Loop a video on YouTube \\nSubtask 1: Right-click on the video. \\nSubtask 2: Click on 'Loop' from the menu. \\n\\nTask 2: Save a video to watch later on YouTube \\nSubtask 1: Click on 'Save' underneath the video. \\nSubtask 2: Click on 'Watch Later' to save the video. \\n\\nTask 3: Create a playlist 'what is love' on YouTube \\nSubtask 1: Click on 'Save' underneath the video. \\nSubtask 2: Click on 'Create new playlist'. \\nSubtask 3: Type 'what is love' as the playlist name. \\nSubtask 4: Click on 'Create' to save the playlist. \\n\\nTask 4: Add video to 'what is love' playlist \\nSubtask 1: Click on 'Save' underneath the video. \\nSubtask 2: Select 'what is love' playlist to add the video.", "Difficulty": "hard", "Task Length": 10.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 521, "Project ID": "youtube_05_aug_01", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Loop the video, add to watch later and create a watch list 'what is love'. (https://www.youtube.com/watch?v=y7eizVOfksE)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nrightClick(156, 800)", "Comments": "Right-Click on the video" }, { "Index ID": 522, "Project ID": "youtube_05_aug_02", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Loop the video, add to watch later and create a watch list 'what is love'. (https://www.youtube.com/watch?v=y7eizVOfksE)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(1028, 819)", "Comments": "Click on the video play settings button" }, { "Index ID": 523, "Project ID": "youtube_05_aug_03", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Loop the video, add to watch later and create a watch list 'what is love'. (https://www.youtube.com/watch?v=y7eizVOfksE)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nmoveTo(45, 143, 0.5)\\nclick(45, 143)", "Comments": "Click on Guide button" }, { "Index ID": 524, "Project ID": "youtube_05_aug_04", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Loop the video, add to watch later and create a watch list 'what is love'. (https://www.youtube.com/watch?v=y7eizVOfksE)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nmoveTo(896, 143, 0.5)\\nclick(896, 143)\\nwrite('jazz pop')", "Comments": "Click on search bar and write 'jazz pop'" }, { "Index ID": 525, "Project ID": "youtube_05_aug_05", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Loop the video, add to watch later and create a watch list 'what is love'. (https://www.youtube.com/watch?v=y7eizVOfksE)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, scroll\\nmoveTo(300, 300, 0.5)\\nscroll(-600)", "Comments": "Scroll down 600 pixels" }, { "Index ID": 526, "Project ID": "youtube_06_meta", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Copy the url of the first video in playlist Awesome Videos and share. (go to the home tab)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_06/inst_video.mp4", "Ground-Truth Plan": "Task 1: Copy the URL of the first video in the playlist\\nSubtask 1: Click on the 'Playlists' option in the left menu.\\nSubtask 2: Click on the playlist titled 'Awesome Videos.'\\nSubtask 3: Click on the first video in the playlist to open it.\\nSubtask 4: Copy the URL from the browser's address bar.\\nSubtask 5: Share the copied URL with others.", "Difficulty": "Hard", "Task Length": 5.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 527, "Project ID": "youtube_06_aug_01", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Copy the url of the first video in playlist Awesome Videos.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(118, 449)", "Comments": "Click on History" }, { "Index ID": 528, "Project ID": "youtube_06_aug_02", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Copy the url of the first video in playlist Awesome Videos.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(123, 499)", "Comments": "Click on Playlist" }, { "Index ID": 529, "Project ID": "youtube_06_aug_03", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Copy the url of the first video in playlist Awesome Videos.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nmoveTo(45, 143, 0.5)\\nclick(45, 143)", "Comments": "Click on the Guide button to hide the left-side menu" }, { "Index ID": 530, "Project ID": "youtube_06_aug_04", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Copy the url of the first video in playlist Awesome Videos.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nmoveTo(896, 143, 0.5)\\nclick(896, 143)\\nwrite('jazz pop')", "Comments": "Click on search bar and write 'jazz pop'" }, { "Index ID": 531, "Project ID": "youtube_06_aug_05", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Copy the url of the first video in playlist Awesome Videos.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick\\nclick(1841, 143)", "Comments": "Click on the Account button" }, { "Index ID": 532, "Project ID": "youtube_07_meta", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Copy the video URL at current time.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_07/inst_video.mp4", "Ground-Truth Plan": "Task 1: Share a YouTube video starting at a specific time\\nSubtask 1: Play the video and pause it at the desired start time.\\nSubtask 2: Right-click on the video and select 'Copy video URL at current time.'\\nSubtask 3: Share the copied URL with others.", "Difficulty": "simple", "Task Length": 3.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 533, "Project ID": "youtube_07_aug_01", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Copy the video URL at current time.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nrightClick(683, 788)", "Comments": "Right-Click the video" }, { "Index ID": 534, "Project ID": "youtube_07_aug_02", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Copy the video URL at current time.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(983, 956)'", "Comments": "Click on the Share option" }, { "Index ID": 535, "Project ID": "youtube_07_aug_03", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Copy the video URL at current time.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press\\nclick(1769, 143)", "Comments": "Click on the notification button" }, { "Index ID": 536, "Project ID": "youtube_07_aug_04", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Copy the video URL at current time.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, scroll\\nmoveTo(300, 300, 0.5)\\nscroll(-600)", "Comments": "Scroll down 600 pixels" }, { "Index ID": 537, "Project ID": "youtube_08_meta", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Select Dramatic mood and download sound effects of kids playing in the audio library. (https://www.youtube.com/)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_08/inst_video.mp4", "Ground-Truth Plan": "Task 1: Access the YouTube Audio Library\\nSubtask 1: Click on your profile picture in the top right-hand corner.\\nSubtask 2: Select 'YouTube Studio' from the dropdown menu.\\nSubtask 3: In the YouTube Studio, navigate to the left-hand menu.\\nSubtask 4: Scroll to the bottom and click on 'Audio Library'.\\n\\nTask 2: Search for Music in the Audio Library\\nSubtask 1: Click on 'Mood' to filter songs by mood.\\nSubtask 2: Check the box for 'Dramatic' and click 'Apply'.\\n\\nTask 3: Search for Sound Effects\\nSubtask 1: Click on the 'Sound Effects' tab in the Audio Library.\\nSubtask 2: Type 'kids playing' in the search bar.\\nSubtask 3: Press 'Enter' to search.\\nSubtask 4: Click on the download icon next to the desired sound effect.", "Difficulty": "hard", "Task Length": 10.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 538, "Project ID": "youtube_08_aug_01", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Select Dramatic mood and download sound effects of kids playing in the audio library. (https://www.youtube.com/)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(1841, 143)\\nmoveTo(1560, 459, 1)\\nclick(1560, 459)", "Comments": "Click on the Account and then go to YouTube Studio" }, { "Index ID": 539, "Project ID": "youtube_08_aug_02", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Select Dramatic mood and download sound effects of kids playing in the audio library.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(1841, 143)\\nmoveTo(1560, 901, 1)\\nclick(1531, 901)", "Comments": "Click on the setting under account menu dropdown menu" }, { "Index ID": 540, "Project ID": "youtube_08_aug_03", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Select Dramatic mood and download sound effects of kids playing in the audio library.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press\\nclick(1769, 143)", "Comments": "Click on the notification button" }, { "Index ID": 541, "Project ID": "youtube_08_aug_04", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Select Dramatic mood and download sound effects of kids playing in the audio library.", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, scroll\\nmoveTo(300, 300, 0.5)\\nscroll(-600)", "Comments": "Scroll down 600 pixels" }, { "Index ID": 542, "Project ID": "youtube_09_meta", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Search off season in the channel. (https://www.youtube.com/@LofiGirl)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_09/inst_video.mp4", "Ground-Truth Plan": "Task 1: Search within a specific YouTube channel \\nSubtask 1: Navigate to the desired YouTube channel by clicking on the channel name (e.g., 'Lofi Girl'). \\nSubtask 2: Click on the magnifying glass icon on the channel page. \\nSubtask 3: Type 'off season' in the search bar. \\nSubtask 4: Press 'Enter' to execute the search and view results related to 'off season' within the channel.", "Difficulty": "medium", "Task Length": 4.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 543, "Project ID": "youtube_09_aug_01", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Search off season in the channel. (https://www.youtube.com/@LofiGirl)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(1841, 143)", "Comments": "click on the Account button" }, { "Index ID": 544, "Project ID": "youtube_09_aug_02", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Search off season in the channel. (https://www.youtube.com/@LofiGirl)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(118, 449)", "Comments": "Click on history button" }, { "Index ID": 545, "Project ID": "youtube_09_aug_03", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Search off season in the channel. (https://www.youtube.com/@LofiGirl)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press\\nclick(1769, 143)", "Comments": "Click on the notification button" }, { "Index ID": 546, "Project ID": "youtube_09_aug_04", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Add rainbow effect on the progress bar. (https://www.youtube.com/watch?v=D6TSIHxNzfU)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, scroll\\nmoveTo(300, 300, 0.5)\\nscroll(-600)", "Comments": "Scroll down 600 pixels" }, { "Index ID": 547, "Project ID": "youtube_10_meta", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Add rainbow effect on the progress bar. (https://www.youtube.com/watch?v=D6TSIHxNzfU)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_10/inst_video.mp4", "Ground-Truth Plan": "Task 1: Add Rainbow Effect to YouTube Progress Bar\\nSubtask 1: Open a video on YouTube.\\nSubtask 2: Ensure the video is playing.\\nSubtask 3: Type 'awesome' on your keyboard while the video is playing.", "Difficulty": "simple", "Task Length": 3.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 548, "Project ID": "youtube_10_aug_01", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Add rainbow effect on the progress bar. (https://www.youtube.com/watch?v=D6TSIHxNzfU)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_10/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "Hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(1841, 143)\\nmoveTo(1560, 459, 1)\\nclick(1560, 459)", "Comments": "Click on the profile and then go to YouTube Studio" }, { "Index ID": 549, "Project ID": "youtube_10_aug_02", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Add rainbow effect on the progress bar. (https://www.youtube.com/watch?v=D6TSIHxNzfU)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_10/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press, rightClick\\nclick(1841, 143)\\nmoveTo(1560, 901, 1)\\nclick(1531, 901)", "Comments": "Click on the setting under account menu dropdown menu" }, { "Index ID": 550, "Project ID": "youtube_10_aug_03", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Add rainbow effect on the progress bar. (https://www.youtube.com/watch?v=D6TSIHxNzfU)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_10/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, doubleClick, press\\nclick(1769, 143)", "Comments": "Click on the notification button" }, { "Index ID": 551, "Project ID": "youtube_10_aug_04", "Task Category": "Web Usage", "Software Name": "Youtube", "User Query": "Add rainbow effect on the progress bar. (https://www.youtube.com/watch?v=D6TSIHxNzfU)", "Project File Type": "web browser + URL", "project file path": "web browser + URL", "video path": "Youtube/youtube_10/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "Hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import moveTo, keyDown, keyUp, click, hotkey, write, scroll\\nmoveTo(300, 300, 0.5)\\nscroll(-600)", "Comments": "Scroll down 600 pixels" }, { "Index ID": 552, "Project ID": "vlcmediaplayer_00_meta", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "How to hide the media title overlay that appears at the start of video playback in VLC.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_00/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_00/inst_video.mp4", "Ground-Truth Plan": "Task 1: Access VLC Preferences\\nSubtask 1: Click 'Tools' in the top menu bar\\nSubtask 2: Click 'Preferences' from the dropdown menu\\n\\nTask 2: Modify Video Settings\\nSubtask 1: Click on the 'All' option in the Show settings section to expand all options\\nSubtask 2: Navigate to 'Video' and click it in the left sidebar of Preferences window\\nSubtask 3: Click to uncheck 'Show media title on video start'\\nSubtask 4: Click 'Save' button to apply changes", "Difficulty": "medium", "Task Length": 6.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 553, "Project ID": "vlcmediaplayer_00_aug_01", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "How to hide the media title overlay that appears at the start of video playback in VLC.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_00/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey('ctrl', 'r')", "Comments": "Open the Open Media window (Convert/Save mode)" }, { "Index ID": 554, "Project ID": "vlcmediaplayer_00_aug_02", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "How to hide the media title overlay that appears at the start of video playback in VLC.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_00/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import hotkey, press\\nimport time\\nhotkey('ctrl', 'l')\\nhotkey('alt', 'space')\\ntime.sleep(0.5)\\npress('x')", "Comments": "Open the playlist window and maximize it." }, { "Index ID": 555, "Project ID": "vlcmediaplayer_00_aug_03", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "How to hide the media title overlay that appears at the start of video playback in VLC.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_00/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey('ctrl', 'p')", "Comments": "Open the Preferences window." }, { "Index ID": 556, "Project ID": "vlcmediaplayer_00_aug_04", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "How to hide the media title overlay that appears at the start of video playback in VLC.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_00/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import press\\npress('f1')", "Comments": "Open the Help window." }, { "Index ID": 557, "Project ID": "vlcmediaplayer_00_aug_05", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "How to hide the media title overlay that appears at the start of video playback in VLC.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_00/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey('ctrl', 'h')", "Comments": "Enter Minimal Interface mode." }, { "Index ID": 558, "Project ID": "vlcmediaplayer_01_meta", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please change the shortcut of pause/play the video to Ctrl + Space in VLC.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_01/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_01/inst_video.mp4", "Ground-Truth Plan": "Task 1: Access Hotkeys Settings\\nSubtask 1: Click 'Tools' in the top menu bar\\nSubtask 2: Click 'Preferences' in the dropdown menu\\n\\nTask 2: Modify Play/Pause Shortcut\\nSubtask 1: Click 'Hotkeys' tab in the preferences window\\nSubtask 2: Scroll to find 'Play/Pause' in the list of actions\\nSubtask 3: Click the existing Hotkey field for 'Play/Pause'\\nSubtask 4: Press 'Ctrl + Space' to set the new shortcut\\nSubtask 5: Click 'Save' button to apply changes", "Difficulty": "simple", "Task Length": 7.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 559, "Project ID": "vlcmediaplayer_01_aug_01", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please change the shortcut of pause/play the video to Ctrl + Space in VLC.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_01/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import press\\npress('f1')", "Comments": "Open the Help window." }, { "Index ID": 560, "Project ID": "vlcmediaplayer_01_aug_02", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please change the shortcut of pause/play the video to Ctrl + Space in VLC.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_01/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import hotkey, press\\nimport time\\nhotkey('ctrl', 'l')\\nhotkey('alt', 'space')\\ntime.sleep(0.5)\\npress('x')", "Comments": "Open the playlist window and maximize it." }, { "Index ID": 561, "Project ID": "vlcmediaplayer_01_aug_03", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please change the shortcut of pause/play the video to Ctrl + Space in VLC.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_01/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey('ctrl', 'p')", "Comments": "Open the Preferences window." }, { "Index ID": 562, "Project ID": "vlcmediaplayer_01_aug_04", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please change the shortcut of pause/play the video to Ctrl + Space in VLC.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_01/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, hotkey\\nfrom time import sleep\\nhotkey('ctrl', 'p')\\nsleep(0.5)\\nclick(672, 886)", "Comments": "Open the Preferences window and select 'All settings'." }, { "Index ID": 563, "Project ID": "vlcmediaplayer_01_aug_05", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please change the shortcut of pause/play the video to Ctrl + Space in VLC.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_01/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_01/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, hotkey\\nfrom time import sleep\\nhotkey('ctrl', 'p')\\nsleep(0.5)\\nclick(1055, 234)\\nsleep(0.5)\\nclick(1243, 631)", "Comments": "In Preferences, go to 'Inputs/Codecs' and click 'Browse...' to open the file selection window." }, { "Index ID": 564, "Project ID": "vlcmediaplayer_02_meta", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please set the maximum volume in VLC Media Player to ensure the volume never exceeds 100% while playing videos.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_02/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_02/inst_video.mp4", "Ground-Truth Plan": "Task 1: Open Preferences in VLC\\nSubtask 1: Click on 'Tools' in the top menu.\\nSubtask 2: Click 'Preferences' to open the settings window.\\n\\nTask 2: Adjust Maximum Volume in Preferences\\nSubtask 1: Maximize the Preferences window.\\nSubtask 2: In the Preferences window, click on the 'Interface' tab.\\nSubtask 3: Click on the 'All' option in the Show settings section to expand all options.\\nSubtask 4: In the left panel, expand Main interfaces and then select Qt.\\nSubtask 5: Set the 'Maximum Volume displayed' value to 100.\\nSubtask 6: Click 'Save' to apply the changes.\\n\\nTask 3: Verify Maximum Volume Setting\\nSubtask 1: Drag the volume slider in the lower-right corner of the VLC window to the maximum.\\nSubtask 2: Ensure that the volume does not exceed 100%.", "Difficulty": "medium", "Task Length": 10.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 565, "Project ID": "vlcmediaplayer_02_aug_01", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please set the maximum volume in VLC Media Player to ensure the volume never exceeds 100% while playing videos.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_02/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey('ctrl', 'p')", "Comments": "Open the Preferences window." }, { "Index ID": 566, "Project ID": "vlcmediaplayer_02_aug_02", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please set the maximum volume in VLC Media Player to ensure the volume never exceeds 100% while playing videos.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_02/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey('ctrl', 'h')", "Comments": "Enter Minimal Interface mode." }, { "Index ID": 567, "Project ID": "vlcmediaplayer_02_aug_03", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please set the maximum volume in VLC Media Player to ensure the volume never exceeds 100% while playing videos.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_02/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey('ctrl', 's')", "Comments": "Open the Open Media window (Stream mode)" }, { "Index ID": 568, "Project ID": "vlcmediaplayer_02_aug_04", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please set the maximum volume in VLC Media Player to ensure the volume never exceeds 100% while playing videos.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_02/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import press\\npress('f1')", "Comments": "Open the Help window." }, { "Index ID": 569, "Project ID": "vlcmediaplayer_02_aug_05", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please set the maximum volume in VLC Media Player to ensure the volume never exceeds 100% while playing videos.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_02/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_02/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey('ctrl', 'i')", "Comments": "Open the Media Information window." }, { "Index ID": 570, "Project ID": "vlcmediaplayer_03_meta", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please change the folder where VLC Player stores snapshots to the Desktop.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_03/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_03/inst_video.mp4", "Ground-Truth Plan": "Task 1: Open Preferences in VLC\\nSubtask 1: Click on 'Tools' in the top menu.\\nSubtask 2: Click on 'Preferences' to open the settings window.\\n\\nTask 2: Change Snapshot Storage Location\\nSubtask 1: In the Preferences window, click the 'Video' tab.\\nSubtask 2: Click 'Browse…' next to the 'Directory' field under 'Video snapshots'.\\nSubtask 3: In the file dialog, navigate to the Desktop folder.\\nSubtask 4: Click 'Select Folder' to confirm the Desktop location.\\nSubtask 5: Click 'Save' in the Preferences window to apply the new snapshot directory.", "Difficulty": "simple", "Task Length": 7.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 571, "Project ID": "vlcmediaplayer_03_aug_01", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please change the folder where VLC Player stores snapshots to the Desktop.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_03/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey('shift', 'f1')", "Comments": "Open the About window." }, { "Index ID": 572, "Project ID": "vlcmediaplayer_03_aug_02", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please change the folder where VLC Player stores snapshots to the Desktop.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_03/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey('ctrl', 'h')", "Comments": "Enter Minimal Interface mode." }, { "Index ID": 573, "Project ID": "vlcmediaplayer_03_aug_03", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please change the folder where VLC Player stores snapshots to the Desktop.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_03/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, hotkey\\nfrom time import sleep\\nhotkey('ctrl', 'p')\\nsleep(0.5)\\nclick(1055, 234)\\nsleep(0.5)\\nclick(1243, 631)", "Comments": "In Preferences, go to 'Inputs/Codecs' and click 'Browse...' to open the file selection window." }, { "Index ID": 574, "Project ID": "vlcmediaplayer_03_aug_04", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please change the folder where VLC Player stores snapshots to the Desktop.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_03/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_03/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "simple", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, hotkey\\nfrom time import sleep\\nhotkey('ctrl', 'p')\\nsleep(0.5)\\nclick(786, 189)", "Comments": "Open Preferences and go to the 'Video' section." }, { "Index ID": 575, "Project ID": "vlcmediaplayer_04_meta", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please set a frame from the current video as my computer's desktop background.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_04/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_04/inst_video.mp4", "Ground-Truth Plan": "Task 1: Capture a Snapshot in VLC\\nSubtask 1: Pause the video at the desired frame.\\nSubtask 2: Click the 'Video' menu.\\nSubtask 3: Click 'Take Snapshot' and make a note of the directory where VLC saves the snapshot (e.g., Desktop).\\n\\nTask 2: Set the Snapshot as Desktop Background\\nSubtask 1: Open the folder where the snapshot was saved (e.g., Desktop).\\nSubtask 2: Right‑click on the snapshot image file.\\nSubtask 3: Select 'Set as desktop background'.\\n\\nTask 3: Verify the New Desktop Background\\nSubtask 1: Press Win + D and confirm the background now displays the selected video frame.", "Difficulty": "medium", "Task Length": 7.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 576, "Project ID": "vlcmediaplayer_04_aug_01", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please set a frame from the current video as my computer's desktop background.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_04/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, moveTo, hotkey\\nhotkey('alt', 'i')\\nmoveTo(450, 100, 1)\\nclick(450, 100)\\nhotkey('ctrl', 'l')", "Comments": "Enter Docked Mode and open the Playlist." }, { "Index ID": 577, "Project ID": "vlcmediaplayer_04_aug_02", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please set a frame from the current video as my computer's desktop background.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_04/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey\\nfrom time import sleep\\nhotkey('ctrl', 'p')\\nsleep(0.5)\\nclick(786, 189)", "Comments": "Open 'Preferences', then go to the 'Video' section." }, { "Index ID": 578, "Project ID": "vlcmediaplayer_04_aug_03", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please set a frame from the current video as my computer's desktop background.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_04/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey('shift', 'f1')", "Comments": "Open the About window." }, { "Index ID": 579, "Project ID": "vlcmediaplayer_04_aug_04", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please set a frame from the current video as my computer's desktop background.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_04/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, moveTo\\nmoveTo(84, 1003, 0.5)\\nclick(84, 1003)", "Comments": "Stop playback" }, { "Index ID": 580, "Project ID": "vlcmediaplayer_04_aug_05", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please set a frame from the current video as my computer's desktop background.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_04/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_04/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey('alt', 'v')", "Comments": "Open the 'Video' menu from the menu bar." }, { "Index ID": 581, "Project ID": "vlcmediaplayer_05_meta", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please convert the music video 'project.mp4' to an MP3 file and save it as 'See You Again.mp3' on the desktop.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_05/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_05/inst_video.mp4", "Ground-Truth Plan": "Task 1: Prepare for MP3 Conversion\\nSubtask 1: Launch VLC Media Player on your computer.\\nSubtask 2: Click on the 'Media' menu.\\nSubtask 3: Click 'Convert/Save' to open the conversion window.\\n\\nTask 2: Open the Media Menu\\nSubtask 1: In the 'Open Media' dialog, click on the 'File' tab.\\nSubtask 2: Click the 'Add...' button in the File Selection section.\\nSubtask 3: In the file dialog, select 'project.mp4'.\\n\\nTask 3: Convert Video to MP3\\nSubtask 1: Click 'Convert/Save' at the bottom of the 'Open Media' dialog.\\nSubtask 2: Click the 'Profile' dropdown menu.\\nSubtask 3: Select 'Audio MP3' from the expanded dropdown menu.\\nSubtask 4: Click 'Browse' button to choose the destination.\\nSubtask 5: Type 'See You Again.mp3' and select the Desktop as the destination.\\nSubtask 6: Click 'Save'.\\nSubtask 7: Click 'Start' to begin the conversion process.\\n\\nTask 4: Monitor Conversion Progress\\nSubtask 1: Observe the progress bar at the bottom of the VLC window to track the conversion status.\\n\\nTask 5: Verify MP3 File\\nSubtask 1: Navigate to the Desktop.\\nSubtask 2: Open 'See You Again.mp3' to ensure the audio has been extracted successfully.", "Difficulty": "hard", "Task Length": 16.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 582, "Project ID": "vlcmediaplayer_05_aug_01", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please convert the music video 'project.mp4' to an MP3 file and save it as 'See You Again.mp3' on the desktop.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_05/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey('ctrl', 'r')", "Comments": "Open the Open Media window (Conver/Save mode)" }, { "Index ID": 583, "Project ID": "vlcmediaplayer_05_aug_02", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please convert the music video 'project.mp4' to an MP3 file and save it as 'See You Again.mp3' on the desktop.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_05/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey('ctrl', 's')", "Comments": "Open the Open Media window (Stream mode)" }, { "Index ID": 584, "Project ID": "vlcmediaplayer_05_aug_03", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please convert the music video 'project.mp4' to an MP3 file and save it as 'See You Again.mp3' on the desktop.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_05/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import hotkey, press\\nimport time\\nhotkey('ctrl', 'l')\\nhotkey('alt', 'space')\\ntime.sleep(0.5)\\npress('x')", "Comments": "Open the playlist window and maximize it." }, { "Index ID": 585, "Project ID": "vlcmediaplayer_05_aug_04", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please convert the music video 'project.mp4' to an MP3 file and save it as 'See You Again.mp3' on the desktop.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_05/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, moveTo\\nmoveTo(148, 1003, 0.5)\\nclick(148, 1003)", "Comments": "Enter fullscreen mode." }, { "Index ID": 586, "Project ID": "vlcmediaplayer_05_aug_05", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please convert the music video 'project.mp4' to an MP3 file and save it as 'See You Again.mp3' on the desktop.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_05/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_05/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey('ctrl', 'p')", "Comments": "Enter Docked Mode and open the Playlist." }, { "Index ID": 587, "Project ID": "vlcmediaplayer_06_meta", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please compress the video(named 'project.mp4') into an MPEG-4 file optimized for 1080p TV playback, and save it on the Desktop with an underscore prefix in the name.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_06/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_06/inst_video.mp4", "Ground-Truth Plan": "Task 1: Launch VLC and Open the Convert/Save Dialog\\nSubtask 1: Launch VLC Media Player on your computer.\\nSubtask 2: Click the 'Media' menu in the upper‑left corner.\\nSubtask 3: Select 'Convert/Save' to open the Open Media dialog.\\n\\nTask 2: Add the Source Video\\nSubtask 1: In the Open Media dialog, click the 'File' tab.\\nSubtask 2: Click the 'Add…' button in the File Selection section.\\nSubtask 3: In the file chooser, select the video named 'project.mp4'.\\n\\nTask 3: Choose the MPEG‑4 (1080p TV/device) Conversion Profile\\nSubtask 1: Click 'Convert/Save' at the bottom of the Open Media dialog.\\nSubtask 2: In the Convert window, open the 'Profile' dropdown menu.\\nSubtask 3: From the list, choose 'Video for MPEG4 1080p TV/device'.\\n\\nTask 4: Set the Output Filename and Location\\nSubtask 1: Click 'Browse…' next to the Destination file field.\\nSubtask 2: Navigate to Desktop.\\nSubtask 3: Enter a filename with an underscore prefix (e.g., _project.mp4) and click 'Save'.\\n\\nTask 5: Start the Compression\\nSubtask 1: Back in the Convert window, click 'Start' to begin compressing the video.\\n\\nTask 6: Verify the Compressed File\\nSubtask 1: Navigate to Desktop \\nSubtask 2: Confirm '_project.mp4' exists and check its file size to ensure compression was successful.", "Difficulty": "hard", "Task Length": 15.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 588, "Project ID": "vlcmediaplayer_06_aug_01", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please compress the video(named 'project.mp4') into an MPEG-4 file optimized for 1080p TV playback, and save it on the Desktop with an underscore prefix in the name.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_06/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey('ctrl', 's')", "Comments": "Open the Open Media window (Stream mode)" }, { "Index ID": 589, "Project ID": "vlcmediaplayer_06_aug_02", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please compress the video(named 'project.mp4') into an MPEG-4 file optimized for 1080p TV playback, and save it on the Desktop with an underscore prefix in the name.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_06/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey('ctrl', 'h')", "Comments": "Enter Minimal Interface mode." }, { "Index ID": 590, "Project ID": "vlcmediaplayer_06_aug_03", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please compress the video(named 'project.mp4') into an MPEG-4 file optimized for 1080p TV playback, and save it on the Desktop with an underscore prefix in the name.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_06/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, hotkey\\nfrom time import sleep\\nhotkey('ctrl', 'r')\\nsleep(0.5)\\nclick(1162, 435)", "Comments": "Open the Open Media window and click 'Add...' button" }, { "Index ID": 591, "Project ID": "vlcmediaplayer_06_aug_04", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please compress the video(named 'project.mp4') into an MPEG-4 file optimized for 1080p TV playback, and save it on the Desktop with an underscore prefix in the name.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_06/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey('ctrl', 'e')", "Comments": "Open the Effects and Filters window." }, { "Index ID": 592, "Project ID": "vlcmediaplayer_06_aug_05", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please compress the video(named 'project.mp4') into an MPEG-4 file optimized for 1080p TV playback, and save it on the Desktop with an underscore prefix in the name.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_06/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_06/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import press\\npress('f1')", "Comments": "Open the Help window." }, { "Index ID": 593, "Project ID": "vlcmediaplayer_07_meta", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please rotate the video by 180 degrees.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_07/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_07/inst_video.mp4", "Ground-Truth Plan": "Task 1: Open Effects and Filters in VLC\\nSubtask 1: Click on the Loop button to ensure the video loops during playback.\\nSubtask 2: Click on the 'Tools' menu.\\nSubtask 3: Click on 'Effects and Filters'.\\nSubtask 4: Click on the 'Video Effects' tab.\\nSubtask 5: Click on 'Geometry' sub‑tab under Video Effects.\\n\\nTask 2: Set Video Rotation\\nSubtask 1: Check the 'Transform' option.\\nSubtask 2: Open the Transform dropdown menu.\\nSubtask 3: From the dropdown, select 'Rotate by 180 degrees'.\\nSubtask 4: Click 'Save' to apply the changes.\\n\\nTask 3: Check Video Rotation\\nSubtask 1: Ensure the video is playing to verify that it has been rotated correctly.", "Difficulty": "medium", "Task Length": 10.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 594, "Project ID": "vlcmediaplayer_07_aug_01", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please rotate the video by 180 degrees.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_07/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, moveTo, hotkey\\nhotkey('alt', 's')\\nmoveTo(415, 280, 0.5)\\nclick(415, 280)", "Comments": "Open the Toolbar Editor window." }, { "Index ID": 595, "Project ID": "vlcmediaplayer_07_aug_02", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please rotate the video by 180 degrees.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_07/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, moveTo\\nmoveTo(148, 1003, 0.5)\\nclick(148, 1003)", "Comments": "Enter fullscreen mode." }, { "Index ID": 596, "Project ID": "vlcmediaplayer_07_aug_03", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please rotate the video by 180 degrees.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_07/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey('shift', 'f1')", "Comments": "Open the About window." }, { "Index ID": 597, "Project ID": "vlcmediaplayer_07_aug_04", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please rotate the video by 180 degrees.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_07/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, hotkey\\nfrom time import sleep\\nhotkey('ctrl', 'p')\\nsleep(0.5)\\nclick(1055, 234)\\nsleep(0.5)\\nclick(1243, 631)", "Comments": "In Preferences, go to 'Inputs/Codecs' and click 'Browse...' to open the file selection window." }, { "Index ID": 598, "Project ID": "vlcmediaplayer_07_aug_05", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please rotate the video by 180 degrees.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_07/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_07/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import hotkey, press\\nimport time\\nhotkey('ctrl', 'l')\\nhotkey('alt', 'space')\\ntime.sleep(0.5)\\npress('x')", "Comments": "Open the playlist window and maximize it." }, { "Index ID": 599, "Project ID": "vlcmediaplayer_08_meta", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Save the video 'project.mp4' as 'rotated.mp4' under Desktop, ensuring the video transformation settings are included.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_08/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_08/inst_video.mp4", "Ground-Truth Plan": "Task 1: Prepare for Video Conversion\\nSubtask 1: Launch VLC Media Player on your computer.\\nSubtask 2: Click the 'Media' menu.\\nSubtask 3: Click 'Convert/Save' to open the Open Media dialog.\\n\\nTask 2: Open the Media Menu\\nSubtask 1: In the Open Media dialog, click the 'File' tab.\\nSubtask 2: Click the 'Add…' button in the File Selection section.\\nSubtask 3: In the file dialog, select 'project.mp4'.\\n\\nTask 3: Choose Conversion Profile\\nSubtask 1: Click 'Convert/Save' at the bottom of the Open Media dialog.\\nSubtask 2: Click the 'Profile' dropdown menu.\\nSubtask 3: From the list, choose 'Video – H.265 + MP3 (MP4)'.\\n\\nTask 4: Enable Video Transformation Filter\\nSubtask 1: Click the wrench (Edit Selected Profile) icon next to the Profile dropdown.\\nSubtask 2: Select the 'Video Codec' tab.\\nSubtask 3: Open the 'Filters' sub‑tab.\\nSubtask 4: Scroll down and tick 'Video Transformation Filter'.\\nSubtask 5: Click 'Save'.\\n\\nTask 5: Set Destination and Start Conversion\\nSubtask 1: Click 'Browse…'.\\nSubtask 2: Choose Desktop as the save location and name the file rotated.mp4.\\nSubtask 3: Click 'Start' to begin converting and save the rotated video.\\n\\nTask 6: Verify Saved Video\\nSubtask 1: Navigate to the Desktop.\\nSubtask 2: Open 'rotated.mp4' to confirm the video was saved successfully and the rotation has been applied.", "Difficulty": "hard", "Task Length": 19.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 600, "Project ID": "vlcmediaplayer_08_aug_01", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Save the video 'project.mp4' as 'rotated.mp4' under Desktop, ensuring the video transformation settings are included.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_08/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, moveTo\\nmoveTo(148, 1003, 0.5)\\nclick(148, 1003)", "Comments": "Enter fullscreen mode." }, { "Index ID": 601, "Project ID": "vlcmediaplayer_08_aug_02", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Save the video 'project.mp4' as 'rotated.mp4' under Desktop, ensuring the video transformation settings are included.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_08/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey('ctrl', 's')", "Comments": "Open the Open Media window (Stream mode)" }, { "Index ID": 602, "Project ID": "vlcmediaplayer_08_aug_03", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Save the video 'project.mp4' as 'rotated.mp4' under Desktop, ensuring the video transformation settings are included.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_08/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import click, hotkey\\nfrom time import sleep\\nhotkey('ctrl', 'r')\\nsleep(0.5)\\nclick(1162, 435)", "Comments": "Open the Open Media window and click 'Add...' button" }, { "Index ID": 603, "Project ID": "vlcmediaplayer_08_aug_04", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Save the video 'project.mp4' as 'rotated.mp4' under Desktop, ensuring the video transformation settings are included.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_08/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Adjust-Step", "Pre-Action": "from pyautogui import click, moveTo, hotkey\\nhotkey('alt', 'i')\\nmoveTo(450, 100)\\nclick(450, 100, 0.5)\\nhotkey('ctrl', 'l')", "Comments": "Enter Docked Mode and open the Playlist." }, { "Index ID": 604, "Project ID": "vlcmediaplayer_08_aug_05", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Save the video 'project.mp4' as 'rotated.mp4' under Desktop, ensuring the video transformation settings are included.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_08/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_08/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import hotkey, press\\nimport time\\nhotkey('ctrl', 'l')\\nhotkey('alt', 'space')\\ntime.sleep(0.5)\\npress('x')", "Comments": "Open the playlist window and maximize it." }, { "Index ID": 605, "Project ID": "vlcmediaplayer_09_meta", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please add the logo watermark, with the file name 'watermark.png', to the bottom-right corner of the video, aligned with the edges.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_09/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_09/inst_video.mp4", "Ground-Truth Plan": "Task 1: Open Effects and Filters in VLC\\nSubtask 1: Click the Loop button so the video will play continuously while you preview changes.\\nSubtask 2: Click the 'Tools' menu at the top of VLC.\\nSubtask 3: Select 'Effects and Filters'.\\nSubtask 4: In the dialog that appears, open the 'Video Effects' tab.\\nSubtask 5: Click the 'Overlay' sub‑tab under Video Effects.\\n\\nTask 2: Add and Position the Logo Watermark\\nSubtask 1: In the Overlay tab, tick 'Add logo' to enable logo overlay.\\nSubtask 2: Click the '…” (Browse) button next to the Logo field.\\nSubtask 3: In the file chooser dialog, select watermark.png and confirm.\\nSubtask 4: In the position settings, set Top to 720 pixels.\\nSubtask 5: Set Left to 1080 pixels so the logo sits flush with the bottom‑right edges.\\nSubtask 6: Click 'Save' to apply the watermark to the video.", "Difficulty": "medium", "Task Length": 11.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 606, "Project ID": "vlcmediaplayer_09_aug_01", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please add the logo watermark, with the file name 'watermark.png', to the bottom-right corner of the video, aligned with the edges.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_09/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "medium", "Task Length": "", "Aug Type": "Trim-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey('ctrl', 'e')", "Comments": "Open the Effects and Filters window." }, { "Index ID": 607, "Project ID": "vlcmediaplayer_09_aug_02", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please add the logo watermark, with the file name 'watermark.png', to the bottom-right corner of the video, aligned with the edges.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_09/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, moveTo\\nmoveTo(148, 1003, 0.5)\\nclick(148, 1003)", "Comments": "Enter fullscreen mode." }, { "Index ID": 608, "Project ID": "vlcmediaplayer_09_aug_03", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please add the logo watermark, with the file name 'watermark.png', to the bottom-right corner of the video, aligned with the edges.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_09/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import press\\npress('f1')", "Comments": "Open the Help window." }, { "Index ID": 609, "Project ID": "vlcmediaplayer_09_aug_04", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please add the logo watermark, with the file name 'watermark.png', to the bottom-right corner of the video, aligned with the edges.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_09/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey('ctrl', 'p')", "Comments": "Open the Preferences window." }, { "Index ID": 610, "Project ID": "vlcmediaplayer_09_aug_05", "Task Category": "Media", "Software Name": "VLC media player", "User Query": "Please add the logo watermark, with the file name 'watermark.png', to the bottom-right corner of the video, aligned with the edges.", "Project File Type": "project.mp4", "project file path": "VLCmediaplayer/vlcmediaplayer_09/project.mp4", "video path": "VLCmediaplayer/vlcmediaplayer_09/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import hotkey\\nhotkey('ctrl', 'i')", "Comments": "Open the Media Information window." } ]