change usecase to OS related install

This commit is contained in:
Sarina Li
2025-11-19 18:01:39 -05:00
parent 124423d2c9
commit b5ede1389d

View File

@@ -206,15 +206,17 @@ async def complex_ui_navigation():
"description": "Tests precise UI element distinction in a complex interface",
},
# Task 2: Wikipedia multi-step interaction
# Task 2: Search for and install Visual Studio Code
{
"instruction": (
"Open wikipedia.org. "
"Search for 'artificial intelligence'. "
"On the results page, find and click the 'Edit' button (not 'Edit source'). "
"Then locate the donation banner at the top and close it by clicking the X button."
"Open your system's app store (e.g., Microsoft Store). "
"Search for 'Visual Studio Code'. "
"In the search results, select 'Visual Studio Code'. "
"Click on 'Install' or 'Get' to begin the installation. "
"If prompted, accept any permissions or confirm the installation. "
"Wait for Visual Studio Code to finish installing."
),
"description": "Tests element disambiguation and multi-step reasoning",
"description": "Tests the ability to search for an application and complete its installation through a step-by-step app store workflow.",
},
]