browserNavigateForward
Navigate to the next page in a browser session, automatically waiting for a specified timeout to ensure the page loads completely. Use with the Better Playwright MCP server for efficient web interactions.
Instructions
前进到下一页
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pageId | Yes | 页面ID | |
waitForTimeout | No | 操作后等待获取快照的延迟时间(毫秒,默认2000) |