Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Determines whether two FirefoxWebElement instances are equal.
|
|
FirefoxWebElement ( |
Initializes a new instance of the FirefoxWebElement class.
|
|
GetHashCode ( ) : int |
Serves as a hash function for a FirefoxWebElement.
|
public Equals ( object obj ) : bool | ||
obj | object | The |
return | bool |
public FirefoxWebElement ( |
||
parentDriver | The |
|
id | string | The ID assigned to the element. |
return | System |