C# Class OpenQA.Selenium.Firefox.FirefoxWebElement

Allows the user to control elements on a page in Firefox.
Inheritance: OpenQA.Selenium.Remote.RemoteWebElement
Datei anzeigen Open project: asynchrony/Selenium2 Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool

Determines whether two FirefoxWebElement instances are equal.

FirefoxWebElement ( FirefoxDriver parentDriver, string id ) : System

Initializes a new instance of the FirefoxWebElement class.

GetHashCode ( ) : int

Serves as a hash function for a FirefoxWebElement.

Method Details

Equals() public method

Determines whether two FirefoxWebElement instances are equal.
public Equals ( object obj ) : bool
obj object The to compare with the current .
return bool

FirefoxWebElement() public method

Initializes a new instance of the FirefoxWebElement class.
public FirefoxWebElement ( FirefoxDriver parentDriver, string id ) : System
parentDriver FirefoxDriver The instance hosting this element.
id string The ID assigned to the element.
return System

GetHashCode() public method

Serves as a hash function for a FirefoxWebElement.
public GetHashCode ( ) : int
return int