FrameworkElementScrollToVisible Method (ScrollToVisibleType)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Scrolls the web page so that this element is visible in the browser window

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

public void ScrollToVisible(
	ScrollToVisibleType scrollType
)

Parameters

scrollType
Type: ArtOfTest.WebAii.CoreScrollToVisibleType
Where in the window the the element should be after scrolling
See Also

Reference