Files
sci-gui-agent-benchmark/evaluation_examples/examples/multi_apps/f8cfa149-d1c1-4215-8dac-4a0932bad3c2.json

74 lines
1.7 KiB
JSON

{
"id": "f8cfa149-d1c1-4215-8dac-4a0932bad3c2",
"snapshot": "chrome",
"instruction": "Could you help me copy the data in Cell B6 in this Libreoffice Calc file and search it in the Chrome browser.",
"source": "https://superuser.com/questions/1803088/libreoffice-calc-clears-clipboard",
"config": [
{
"type": "download",
"parameters": {
"files": [
{
"url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/multi_apps/f8cfa149-d1c1-4215-8dac-4a0932bad3c2/file.xls",
"path": "/home/user/cell_search.xlsx"
}
]
}
},
{
"type": "launch",
"parameters": {
"command": [
"google-chrome",
"--remote-debugging-port=1337"
]
}
},
{
"type": "launch",
"parameters": {
"command": [
"socat",
"tcp-listen:9222,fork",
"tcp:localhost:1337"
]
}
},
{
"type": "chrome_open_tabs",
"parameters": {
"urls_to_open": [
"https://en.wikipedia.org/wiki/Main_Page",
"https://pytorch.org/tutorials/",
"https://releases.ubuntu.com/"
]
}
},
{
"type": "open",
"parameters": {
"path": "/home/user/cell_search.xlsx"
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"libreoffice_calc",
"chrome"
],
"evaluator": {
"func": "is_expected_search_query",
"result": {
"type": "active_tab_info"
},
"expected": {
"type": "rule",
"rules": {
"expect": {
"pattern": "www\\.google\\.com.*?/search\\?q=Nereida&"
}
}
}
},
"proxy": true
}