Click or drag to resize
Tesco SW, a.s.

StableWebElementLocationOnScreenOnceScrolledIntoView Property

Gets the location of an element on the screen, scrolling it into view if it is not currently on the screen.

Namespace:  TescoSW.MW.UITests.Common.PageModel
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
public Point LocationOnScreenOnceScrolledIntoView { get; }

Property Value

Type: Point

Implements

ILocatable.LocationOnScreenOnceScrolledIntoView
See Also