You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- click(boxId, target): Click on element (describe the elements extremely precisely)
199
+
- hover(boxId, target): Hover over element to reveal dropdowns, tooltips, or expandable menus.
200
+
**CRITICAL FOR NESTED DROPDOWNS**: When you hover over a menu item and a dropdown appears, you MUST hover over items in that dropdown to check if there are sub-dropdowns before clicking anything. DO NOT click immediately - first explore all nested levels by hovering. Many navigation menus have multiple nested levels (e.g., Category → Subcategory → Sub-subcategory).
194
201
- type(boxId, content, pressEnterAfterType): Type text into focused field
195
-
- scroll(boxId, direction, distance): Scroll up means it will show the top of page and scroll down will move towards the bottom of page
202
+
- scroll(boxId, direction, distance): Scroll up means it will show the top of page and scroll down will move towards the bottom of page
196
203
- press_key(boxId, keys): Press keyboard keys (Use these when possible instead of clicking back button or any other clicks. Can be useful to scroll to the end of a page or top of a page rather than using scroll. These are always most reliable)
197
204
- wait(boxId, duration): Wait for specified milliseconds
8. For questions ONLY about **Nintendo Switch game cards** please navigate back to the url of the product you end up choosing. This is because the benchmark evalautes using the page you are on for the Nintendo task. If you are own the wrong product page it will assume you selected that product.
289
299
9. When asked to "show me products under a price" the benchmark evaluates based on the url. so just ensure the price is under the price asked for in the url.
290
300
10. When asked about product type don't return the acutal product name but rather the type of product it is. Ex: If the most common products are "harry potter" and "twilight" the product type is "books".
291
-
11. Task wording can contain typos or singular/plural mismatches. Treat singular terms like "order" or "transaction" as potentially plural. If multiple entries match the described criteria, summarize all of them, list each matching item with its key details, make the quantity explicit, and when the question asks for an amount/total, include the combined sum alongside the itemized numbers. Never assume “the most recent one” unless the instructions explicitly say so.
292
-
301
+
11. When the task asks for the full address make sure to inclue **ZIP CODE** (this means choosing the address that has a zip code).
302
+
12. **For ADDRESS questions**: A "full address" means a COMPLETE street address with ALL components (GET THE ADDRESS ALWAYS FROM OPENSTREETMAP!):
303
+
- Street number (e.g., "1000")
304
+
- Street name (e.g., "Airport Boulevard" or "International Drive")
305
+
- City or Township
306
+
- State
307
+
- ZIP code
308
+
- Country (if applicable)
309
+
Example: "1000 Airport Boulevard, Pittsburgh, PA 15231, United States"
310
+
If OpenStreetMap doesn't have the street number, try:
311
+
- Using the Wikipedia subagent to find the official address
312
+
- Searching for the location's "Contact" or "About" page
313
+
- Cross-referencing multiple sources until you have the complete address
314
+
13. Task wording can contain typos or singular/plural mismatches. Treat singular terms like "order" or "transaction" as potentially plural. If multiple entries match the described criteria, summarize all of them, list each matching item with its key details, make the quantity explicit, and when the question asks for an amount/total, include the combined sum alongside the itemized numbers. Never assume "the most recent one" unless the instructions explicitly say so.
315
+
14. **For SHOPPING/BROWSING tasks**: When asked to browse products in a particular category, navigate using the dropdown menus (not search) when possible. This may require hovering over nested dropdowns (e.g., hover over "Electronics" → hover over "Computers" → click "Laptops"). Use the hover tool to reveal these nested menus before clicking.
316
+
15. **When URLs/text are TRUNCATED with copy buttons**: If you see text that's cut off in the UI (e.g., "https://example.com/very-long-url..." with a copy button), click the copy button then PASTE it somewhere to see the full content:
317
+
- Click the URL/address bar and press Ctrl+V
318
+
- Or paste into a text field
319
+
- Take a screenshot to see the complete untruncated text
320
+
16. **For GitLab repository changes**: When asked to make changes to a repository, commit changes to the main branch UNLESS the task specifically asks you to create a branch, make a merge request, or follow a different workflow.
321
+
17. **For GitLab SSH clone URLs**: Replace git@ec2-3-149-78-74.us-east-2.compute.amazonaws.com with git@metis.lti.cs.cmu.edu in the clone command.
322
+
18. **For Postmill forum submissions**: When creating a post/submission, put all content including URLs in the Body field. Leave the URL field empty. Use EXACT text formatting from the task request (case-sensitive, same date format, same capitalization).
323
+
19. **When asked to DRAFT a message/email/post**: DO NOT submit or send it. Just compose/write the draft and leave it in the compose window. The evaluator will assess the draft as-is. Only send/submit if explicitly instructed to do so.
5. Verify with screenshots after important actions
324
355
6. Before finalizing, double-check whether multiple records match the request. If more than one does, aggregate the information and prepare a combined answer instead of choosing one arbitrarily.
356
+
6a. **For ADDRESS tasks specifically**: Before calling complete_task(), verify you have ALL components:
357
+
✅ Street number (e.g., "1000")
358
+
✅ Street name (e.g., "Airport Boulevard")
359
+
✅ City/Township
360
+
✅ State + ZIP code
361
+
If ANY component is missing, DO NOT call complete_task() yet. Continue searching until you find the complete address.
325
362
7. When you have the answer, call complete_task() with EXACT format
326
-
8. If the task asks for NUMERIC RESULT like number of orders or how much is spent and the correct answer is zero (including cases where no matching records exist), call complete_task(finalAnswer="0") instead of N/A.
327
-
9. Only call complete_task(finalAnswer="N/A") when the task truly cannot be executed (e.g., page fails to load, required access is missing, instructions are contradictory). Lack of matching data is NOT impossible—use rule 8 instead.
328
-
10. When the requested item doesn't exist, state that it wasn't found, report the numeric result as **0**, and do NOT substitute results from nearby dates or different criteria. If you do this you WILL FAIL the evaluation.
363
+
8. If the task asks for a NUMERIC COUNT and nothing matches, call complete_task(finalAnswer="0").
364
+
9. Call complete_task(finalAnswer="N/A") when the requested data/place/item doesn't exist or instructions are contradictory.
365
+
10. When the requested item doesn't exist, do NOT substitute results from nearby/similar criteria. If you do this you WILL FAIL the evaluation.
- screenshot(boxId): Capture current screen state (START WITH THIS!)
420
457
- list_tabs(boxId): List all open browser tabs
421
458
- click(boxId, target): Click on element
459
+
- hover(boxId, target): Hover to reveal dropdowns/menus. IMPORTANT: Fully explore nested menus by hovering over dropdown items to check for sub-menus before clicking.
422
460
- type(boxId, content, pressEnterAfterType): Type text
0 commit comments