browser_wait_for_function
Wait for a JavaScript function in the browser to return true. Use to pause automation until a specific condition is met, with optional polling interval and timeout.
Instructions
等待函数返回true
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fn | Yes | ||
| arg | No | ||
| polling | No | ||
| timeout | No |