Finish loading the vscode examples v1; Improve on the infra: Add accessibility tree into the observation; Add activate window function, etc
This commit is contained in:
@@ -16,9 +16,15 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "open",
|
||||
"type": "launch",
|
||||
"parameters": {
|
||||
"path": "Desktop/main.py"
|
||||
"command": ["code", "Desktop/main.py"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "activate_window",
|
||||
"parameters": {
|
||||
"window_name": "Visual Studio Code"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -36,6 +42,7 @@
|
||||
},
|
||||
"result": {
|
||||
"type": "vscode_config",
|
||||
"vscode_extension_command": "GetBreakPoint",
|
||||
"path": "GetBreakPoint.txt",
|
||||
"dest": "GetBreakPoint.txt"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user