45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
||
"id": "chrome_win_task04",
|
||
"snapshot": "snapshot",
|
||
"instruction": "Can you make Bing the main search engine when I look stuff up in Chrome?",
|
||
"source": "OSWorld-adapted",
|
||
"config": [
|
||
{
|
||
"type": "launch",
|
||
"parameters": {
|
||
"command": [
|
||
"C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe"
|
||
],
|
||
"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. 点击右上角三点菜单 → Settings(设置)。\n3. 在左侧点击'Search engine'(搜索引擎)。\n4. 在'Search engine used in the address bar'下拉菜单中选择'Bing'。\n5. 确认搜索引擎已改为Bing。"
|
||
}
|
||
} |