scrollToBottom
Scroll to the bottom of a webpage or a specific element using a selector. Ideal for capturing full-page snapshots or ensuring all content is loaded in automated browser interactions.
Instructions
滚动到页面或元素底部
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pageId | Yes | 页面ID | |
selector | No | 元素的xp引用值,如果不提供则滚动页面到底部 | |
waitForTimeout | No | 操作后等待获取快照的延迟时间(毫秒,默认2000) |