BrowserScrollBy Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Scroll this window by offset x horizontally and y vertically.

Namespace:  ArtOfTest.WebAii.Core
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public virtual void ScrollBy(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
The x offset.(negative for scroll left)
y
Type: SystemInt32
The y offset.(negative for scroll up)
See Also

Reference