C# Class OpenQA.Selenium.Remote.RemoteCoordinates

Defines the interface through which the user can discover where an element is on the screen.
Inheritance: ICoordinates
Show file Open project: asynchrony/Selenium2

Public Methods

Method Description
RemoteCoordinates ( RemoteWebElement element ) : System

Initializes a new instance of the RemoteCoordinates class.

Method Details

RemoteCoordinates() public method

Initializes a new instance of the RemoteCoordinates class.
public RemoteCoordinates ( RemoteWebElement element ) : System
element RemoteWebElement The to be located.
return System