{ "id": "58565672-7bfe-48ab-b828-db349231de6b", "snapshot": "chrome", "instruction": "Can you assist me by opening the first link in the latest email in Bills folder from Thunderbird and displaying it in a new Chrome tab?", "source": "https://superuser.com/questions/1792660/open-link-from-other-application-does-not-open-the-url-in-firefox", "config": [ { "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://www.apple.com/", "https://scholar.google.com/" ] } }, { "type": "download", "parameters": { "files": [ { "url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/multi_apps/58565672-7bfe-48ab-b828-db349231de6b/thunderbird-profile.tar.gz", "path": "/home/user/thunderbird-profile.tar.gz" } ] } }, { "type": "execute", "parameters": { "command": [ "tar", "-xz", "--recursive-unlink", "-f", "/home/user/thunderbird-profile.tar.gz", "-C", "/home/user/" ] } }, { "type": "launch", "parameters": { "command": [ "/usr/bin/thunderbird" ] } } ], "trajectory": "trajectories/", "related_apps": [ "thunderbird", "chrome" ], "evaluator": { "func": "is_expected_tabs", "result": { "type": "open_tabs_info" }, "expected": { "type": "rule", "rules": { "type": "url", "urls": [ "https://www.apple.com/", "https://scholar.google.com/", "https://www.amazon.com/" ] } } } }