ver Jan10th
new Thunderbird task config
This commit is contained in:
@@ -3,10 +3,57 @@
|
||||
"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": [],
|
||||
"trajectory": "trajectories/",
|
||||
"config": [
|
||||
{
|
||||
"type": "download",
|
||||
"parameters": {
|
||||
"files": [
|
||||
{
|
||||
"url": "https://drive.usercontent.google.com/download?id=1EHLRWzBCOsyERkSMUnTF2pnsR0n6ZvtR&export=download&authuser=0&confirm=t&uuid=de09bd5e-bef8-499a-b599-c642af190e10&at=APZUnTXqOsQkxl0zMSX6R1Sgp_v3:1704362491712",
|
||||
"path": "/home/user/thunderbird-profile.tar.gz"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "execute",
|
||||
"parameters": {
|
||||
"command": [
|
||||
"tar",
|
||||
"-xzv",
|
||||
"--recursive-unlink",
|
||||
"-f",
|
||||
"/home/user/thunderbird-profile.tar.gz",
|
||||
"-C",
|
||||
"/home/user/"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "launch",
|
||||
"parameters": {
|
||||
"command": [
|
||||
"/usr/bin/thunderbird"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"trajectory": "trajectories/12086550-11c0-466b-b367-1d9e75b3910e",
|
||||
"related_apps": [
|
||||
"thunderbird"
|
||||
],
|
||||
"evaluator": "evaluation_dir"
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"files": [
|
||||
{
|
||||
"url": "https://drive.usercontent.google.com/download?id=1EHLRWzBCOsyERkSMUnTF2pnsR0n6ZvtR&export=download&authuser=0&confirm=t&uuid=de09bd5e-bef8-499a-b599-c642af190e10&at=APZUnTXqOsQkxl0zMSX6R1Sgp_v3:1704362491712",
|
||||
"path": "/home/david/thunderbird-profile.tar.gz"
|
||||
"path": "/home/user/thunderbird-profile.tar.gz"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -23,9 +23,9 @@
|
||||
"-xzv",
|
||||
"--recursive-unlink",
|
||||
"-f",
|
||||
"/home/david/thunderbird-profile.tar.gz",
|
||||
"/home/user/thunderbird-profile.tar.gz",
|
||||
"-C",
|
||||
"/home/david/"
|
||||
"/home/user/"
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -50,7 +50,7 @@
|
||||
"files": [
|
||||
{
|
||||
"url": "https://raw.githubusercontent.com/unode/firefox_decrypt/main/firefox_decrypt.py",
|
||||
"path": "/home/david/firefox_decrypt.py"
|
||||
"path": "/home/user/firefox_decrypt.py"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -60,8 +60,8 @@
|
||||
"parameters": {
|
||||
"command": [
|
||||
"python3",
|
||||
"/home/david/firefox_decrypt.py",
|
||||
"/home/david/.thunderbird",
|
||||
"/home/user/firefox_decrypt.py",
|
||||
"/home/user/.thunderbird",
|
||||
"-n",
|
||||
"-c",
|
||||
"2",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"files": [
|
||||
{
|
||||
"url": "https://drive.usercontent.google.com/download?id=1EHLRWzBCOsyERkSMUnTF2pnsR0n6ZvtR&export=download&authuser=0&confirm=t&uuid=de09bd5e-bef8-499a-b599-c642af190e10&at=APZUnTXqOsQkxl0zMSX6R1Sgp_v3:1704362491712",
|
||||
"path": "/home/david/thunderbird-profile.tar.gz"
|
||||
"path": "/home/user/thunderbird-profile.tar.gz"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -23,9 +23,9 @@
|
||||
"-xzv",
|
||||
"--recursive-unlink",
|
||||
"-f",
|
||||
"/home/david/thunderbird-profile.tar.gz",
|
||||
"/home/user/thunderbird-profile.tar.gz",
|
||||
"-C",
|
||||
"/home/david/"
|
||||
"/home/user/"
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -50,7 +50,7 @@
|
||||
"files": [
|
||||
{
|
||||
"url": "https://raw.githubusercontent.com/unode/firefox_decrypt/main/firefox_decrypt.py",
|
||||
"path": "/home/david/firefox_decrypt.py"
|
||||
"path": "/home/user/firefox_decrypt.py"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -60,8 +60,8 @@
|
||||
"parameters": {
|
||||
"command": [
|
||||
"python3",
|
||||
"/home/david/firefox_decrypt.py",
|
||||
"/home/david/.thunderbird",
|
||||
"/home/user/firefox_decrypt.py",
|
||||
"/home/user/.thunderbird",
|
||||
"-n",
|
||||
"-c",
|
||||
"2",
|
||||
|
||||
Reference in New Issue
Block a user