browser scroll

Allows you to scroll the window to a specific place in the document.


Example

Running this code will scroll down the window with the following properties:

  • Option: 500
  • Step: 500
plugin command("Browser Automation.dll", "browser scroll", "Down", 500, 500)

Was this helpful?

Previous Article

browser run javascript