45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
||
"id": "chrome_win_task03",
|
||
"snapshot": "snapshot",
|
||
"instruction": "My grandmother has been using Chrome and told me the font size is way too small. Could you set the default font size to the largest?",
|
||
"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. 在左侧找到'Appearance'(外观),点击进入。\n4. 找到'Font size'(字体大小),将其设置为'Very large'(最大)。\n5. 确认字体大小选项显示为'Very large'。"
|
||
}
|
||
} |