{ "id": "chrome_win_task08", "snapshot": "snapshot", "instruction": "Can you make my computer bring back the last tab I shut down in Chrome?", "source": "OSWorld-adapted", "config": [ { "type": "launch", "parameters": { "command": [ "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe", "https://www.lonelyplanet.com" ], "shell": false } }, { "type": "launch", "parameters": { "command": [ "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe", "--new-tab", "https://www.airbnb.com" ], "shell": false } }, { "type": "launch", "parameters": { "command": [ "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe", "--new-tab", "https://www.tripadvisor.com" ], "shell": false } }, { "type": "sleep", "parameters": { "seconds": 5 } } ], "trajectory": "trajectories/", "related_apps": [ "chrome" ], "evaluator": { "postconfig": [ { "type": "sleep", "parameters": { "seconds": 3 } } ], "func": "vllm_eval" }, "proxy": false, "fixed_ip": true, "possibility_of_env_change": "low", "metadata": { "input_files": [], "steps": "1. Chrome已自动打开并加载了多个标签页。\n2. 关闭最右侧的标签页(点击该标签页上的X,或按Ctrl+W)。\n3. 恢复刚刚关闭的标签页:按 Ctrl+Shift+T,或右键标签栏选择'Reopen closed tab'。\n4. 确认被关闭的标签页重新出现在标签栏中。" } }