browserNavigate
Directs a web page to a specified URL using a page ID, with optional wait time for snapshot capture, enabling precise browser navigation within automation workflows.
Instructions
导航到指定URL
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pageId | Yes | 页面ID | |
url | Yes | 要导航的URL | |
waitForTimeout | No | 操作后等待获取快照的延迟时间(毫秒,默认2000) |