Files
sci-gui-agent-benchmark/evaluation_examples/examples/chrome_windows/chrome_win_task08.json

68 lines
1.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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. 确认被关闭的标签页重新出现在标签栏中。"
}
}