ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Actions.ScrollToVisible(targetElement, scrollType) method
Namespaces > ArtOfTest.WebAii.Core > Actions > ScrollToVisible(Element, ScrollToVisibleType)
Ensures that an item is visible in the browser. Scrolls it into view.
Syntax
C#
public virtual void ScrollToVisible (
	Element targetElement,
	ScrollToVisibleType scrollType
)
Parameters
targetElement (Element)
The target element.
scrollType (ScrollToVisibleType)
The scrolling into view type.

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