C# 클래스 OpenQA.Selenium.Firefox.FirefoxWebElement

Allows the user to control elements on a page in Firefox.
상속: OpenQA.Selenium.Remote.RemoteWebElement
파일 보기 프로젝트 열기: asynchrony/Selenium2 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

Equals() 공개 메소드

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

FirefoxWebElement() 공개 메소드

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.
리턴 System

GetHashCode() 공개 메소드

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