navigate_to_page
Navigate to a specified webpage URL, wait for elements to load, and extract text content from dynamic pages using CSS selectors and timeout controls.
Instructions
导航到指定URL
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | 要导航到的网页URL | |
| waitForSelector | No | 等待特定元素出现的CSS选择器(可选) | |
| timeout | No | 超时时间(毫秒),默认10000 |