ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Browser.ScrollBy(x, y) method
Namespaces > ArtOfTest.WebAii.Core > Browser > ScrollBy(Int32, Int32)
Scroll this window by offset x horizontally and y vertically.
Syntax
C#
public virtual void ScrollBy (
	int x,
	int y
)
Parameters
x (Int32)
The x offset.(negative for scroll left)
y (Int32)
The y offset.(negative for scroll up)

Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)