mirror of
https://github.com/trycua/computer.git
synced 2026-01-01 19:10:30 -06:00
change usecase to OS related install
This commit is contained in:
@@ -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.",
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user