browser_close
Closes browser windows to manage system resources and maintain clean workspace environments during automated Windows operations.
Instructions
关闭浏览器
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | No | 会话 ID(可选) |
Input Schema (JSON Schema)
{
"properties": {
"sessionId": {
"description": "会话 ID(可选)",
"type": "string"
}
},
"type": "object"
}