Allows you to scroll the document to a specified coordinates.
Example
Running this code will scroll the document to the following coordinates:
- X: 100
- Y: 0
plugin command("Browser Automation.dll", "browser scroll to offset", 100, 0)
Allows you to scroll the document to a specified coordinates.
Running this code will scroll the document to the following coordinates:
plugin command("Browser Automation.dll", "browser scroll to offset", 100, 0)
Was this helpful?