Skip to main content
当目标内容位于当前视口之外时使用滚动。
The Computer Use agent calls scroll as part of its background loop. See agent tools for window targeting and Background Computer Use for non-blocking runs.

它的作用

  • 在最前面的应用程序窗口中滚动。
  • 支持方向:updownleftright
  • 运行一段时间。

输入

  • milliseconds(可选):滚动时长(毫秒)(默认 3000,最大 3600000)。
  • direction(可选):updownleftright(默认 down)。

典型用途

  • 在调用 Perform 之前将隐藏的元素带入视图。
  • 使用“获取活动应用程序上下文”重新阅读之前继续页面遍历。

良好的配对