{ "id": "3e3fc409-bff3-4905-bf16-c968eee3f807", "snapshot": "chrome", "instruction": "I'm a huge movie fan and have kept a record of all the movies I've watched. I'm curious to find out if there are any films released before 2024 from the IMDB Top 30 list that I haven't seen yet. Help me create another sheet 'unseen_movies' in the opened Excel. This sheet should share the same headers and sort the results according to IMDB rankings from high to low.", "source": "authors", "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.imdb.com" ] } }, { "type": "download", "parameters": { "files": [ { "url": "https://drive.usercontent.google.com/download?id=1KVNVf5qZhprV_7rgEl33Qrkagv603reM&export=download&authuser=0&confirm=t", "path": "/home/user/Desktop/movies.xlsx" } ] } }, { "type": "launch", "parameters": { "command": [ "libreoffice", "--calc", "/home/user/Desktop/movies.xlsx" ] } } ], "trajectory": "trajectories/", "related_apps": [ "libreoffice_calc", "chrome" ], "evaluator": { "func": "compare_table", "result": { "type": "vm_file", "path": "/home/user/Desktop/movies.xlsx", "dest": "movies.xlsx" }, "expected": { "type": "cloud_file", "path": "https://drive.usercontent.google.com/download?id=149QKswQ8AIYk21Aaatic6QSCcBU40uyd&export=download&authuser=0&confirm=t", "dest": "gold_movies.xlsx" }, "options": { "rules": [ { "type": "sheet_data", "sheet_idx0": "RNunseen_movies", "sheet_idx1": "ENunseen_movies" } ] } } }