Files
sci-gui-agent-benchmark/evaluation_examples/examples/libreoffice_impress/c82632a4-56b6-4db4-9dd1-3820ee3388e4.json

89 lines
2.2 KiB
JSON

{
"id": "c82632a4-56b6-4db4-9dd1-3820ee3388e4",
"snapshot": "libreoffice_impress",
"instruction": "Add an image \"none.png\" on the Desktop to slide 2 with 1cm*1cm size.",
"source": "https://arxiv.org/pdf/2311.01767.pdf",
"config": [
{
"type": "download",
"parameters": {
"files": [
{
"url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/libreoffice_impress/c82632a4-56b6-4db4-9dd1-3820ee3388e4/31_2.pptx",
"path": "/home/user/Desktop/31_2.pptx"
}
]
}
},
{
"type": "download",
"parameters": {
"files": [
{
"url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/libreoffice_impress/c82632a4-56b6-4db4-9dd1-3820ee3388e4/none.png",
"path": "/home/user/Desktop/none.png"
}
]
}
},
{
"type": "open",
"parameters": {
"path": "/home/user/Desktop/31_2.pptx"
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"libreoffice_impress"
],
"evaluator": {
"postconfig": [
{
"type": "activate_window",
"parameters": {
"window_name": "31_2.pptx - LibreOffice Impress",
"strict": true
}
},
{
"type": "sleep",
"parameters": {
"seconds": 0.5
}
},
{
"type": "execute",
"parameters": {
"command": [
"python",
"-c",
"import pyautogui; import time; pyautogui.hotkey('ctrl', 's'); time.sleep(0.5);"
]
}
},
{
"type": "sleep",
"parameters": {
"seconds": 0.5
}
}
],
"func": "compare_pptx_files",
"expected": {
"type": "cloud_file",
"path": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/libreoffice_impress/c82632a4-56b6-4db4-9dd1-3820ee3388e4/31_2_Gold.pptx",
"dest": "31_2_Gold.pptx"
},
"result": {
"type": "vm_file",
"path": "/home/user/Desktop/31_2.pptx",
"dest": "31_2.pptx"
},
"options": {
"examine_shape": false,
"examine_image_size": true
}
},
"proxy": false
}