Table of Contents

Interface ILocatable

Namespace
OpenQA.Selenium
Assembly
WebDriver.dll

Defines the interface through which the user can discover where an element is on the screen.

public interface ILocatable

Properties

Coordinates

Gets the coordinates identifying the location of this element using various frames of reference.

ICoordinates Coordinates { get; }

Property Value

ICoordinates

LocationOnScreenOnceScrolledIntoView

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

Point LocationOnScreenOnceScrolledIntoView { get; }

Property Value

Point