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

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