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)
