HtmlControlScrollToVisible Method (ScrollToVisibleType, Rectangle)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Scroll the browsers window so that the specified rectangle within this HtmlControl is visible on the page.

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

public virtual void ScrollToVisible(
	ScrollToVisibleType scrollToVisibleType,
	Rectangle rectangle
)

Parameters

scrollToVisibleType
Type: ArtOfTest.WebAii.CoreScrollToVisibleType
How the HtmlControl should be aligned on the page.
rectangle
Type: System.DrawingRectangle
The rectangular portion of the HtmlControl that we want to make sure is visible on the page.
See Also

Reference