Syntax:
scroll {browser} left/right/up/down {value} scroll {browser} to {position}
Keyword handler:
linguist.graphics.keyword.GKScroll.class
Runtime handler(s):
linguist.graphics.handler.GHScrollLeft.class linguist.graphics.handler.GHScrollRight.class linguist.graphics.handler.GHScrollUp.class linguist.graphics.handler.GHScrollDown.class linguist.graphics.handler.GHScrollTo.class
Function:
This command scrolls a document in a browser. If the resulting location is outside the range of the document the browser will scroll to the nearest position.
Example(s):
scroll HTMLDoc left 15 scroll HTMLDoc to 100 50