{ "id": "7b1e1ff9-bb85-49be-b01d-d6424be18cd0", "snapshot": "thunderbird", "instruction": "Could you help me open up the profile management tabpage in Thunderbird? I want the profile management tabpage inside Thunderbird app, but not the profile chooser dialog during app launch.", "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, "fixed_ip": false, "possibility_of_env_change": "low" }