C# 클래스 Selenol.Elements.TableRowElement

상속: ContainerElement
파일 보기 프로젝트 열기: pbakshy/Selenol 1 사용 예제들

공개 메소드들

메소드 설명
TableRowElement ( IWebElement webElement ) : System.Collections.Generic

Initializes a new instance of the TableRowElement class.

TableRowElement ( IWebElement webElement, TableElement parent, int index ) : System.Collections.Generic

Initializes a new instance of the TableRowElement class.

메소드 상세

TableRowElement() 공개 메소드

Initializes a new instance of the TableRowElement class.
public TableRowElement ( IWebElement webElement ) : System.Collections.Generic
webElement IWebElement The web element.
리턴 System.Collections.Generic

TableRowElement() 공개 메소드

Initializes a new instance of the TableRowElement class.
public TableRowElement ( IWebElement webElement, TableElement parent, int index ) : System.Collections.Generic
webElement IWebElement The web element.
parent TableElement The parent table.
index int The index.
리턴 System.Collections.Generic