{ "id": "ae78f875-5b98-4907-bbb5-9c737fc68c03", "snapshot": "chrome", "instruction": "Could you please change the number of search results displayed on one page to 50? I find that having more results visible at once significantly enhances my research efficiency, as it reduces the need to constantly click through multiple pages. ", "source": "https://support.google.com/chrome/thread/219988391/increase-search-results-per-page?hl=en", "config": [ { "type": "launch", "parameters": { "command": [ "google-chrome", "--remote-debugging-port=1337" ] } }, { "type": "launch", "parameters": { "command": [ "socat", "tcp-listen:9222,fork", "tcp:localhost:1337" ] } } ], "trajectory": "trajectories/", "related_apps": [ "chrome" ], "evaluator": { "func": "exact_match", "result": { "type": "number_of_search_results" }, "expected": { "type": "rule", "rules": { "expected": 50 } } } }