61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
{
|
|
"id": "7b1e1ff9-bb85-49be-b01d-d6424be18cd0",
|
|
"snapshot": "thunderbird",
|
|
"instruction": "Could you help me open up the Thunderbird profile manager utility?",
|
|
"source": "https://www.quora.com/How-do-I-open-a-Thunderbird-profile-manager-utility",
|
|
"config": [
|
|
{
|
|
"type": "download",
|
|
"parameters": {
|
|
"files": [
|
|
{
|
|
"url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/thunderbird/dd84e895-72fd-4023-a336-97689ded257c/thunderbird-profile.tar.gz",
|
|
"path": "/home/user/Desktop/thunderbird-profile.tar.gz"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "execute",
|
|
"parameters": {
|
|
"command": [
|
|
"tar",
|
|
"-xzv",
|
|
"-f",
|
|
"/home/user/Desktop/thunderbird-profile.tar.gz",
|
|
"-C",
|
|
"/home/user/"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "launch",
|
|
"parameters": {
|
|
"command": [
|
|
"/usr/bin/thunderbird"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"trajectory": "trajectories/",
|
|
"related_apps": [
|
|
"thunderbird"
|
|
],
|
|
"evaluator": {
|
|
"result": {
|
|
"type": "accessibility_tree"
|
|
},
|
|
"expected": {
|
|
"type": "rule",
|
|
"rules": [
|
|
{
|
|
"selectors": [
|
|
"application[name=Thunderbird] page-tab-list[attr|id=\"tabmail-tabs\"]>page-tab[name=\"About Profiles\"]"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"func": "check_accessibility_tree"
|
|
},
|
|
"proxy": false
|
|
} |