C# 클래스 Bumblebee.Implementation.TableRow

상속: Element, ITableRow
파일 보기 프로젝트 열기: bumblebee/bumblebee

공개 메소드들

메소드 설명
GetEnumerator ( ) : IEnumerator
TableRow ( IBlock parent, By @by ) : System.Collections
TableRow ( IBlock parent, IWebElement tag ) : System.Collections
this ( int index ) : string
this ( string column ) : string

비공개 메소드들

메소드 설명
IEnumerable ( ) : IEnumerator

메소드 상세

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

TableRow() 공개 메소드

public TableRow ( IBlock parent, By @by ) : System.Collections
parent IBlock
@by OpenQA.Selenium.By
리턴 System.Collections

TableRow() 공개 메소드

public TableRow ( IBlock parent, IWebElement tag ) : System.Collections
parent IBlock
tag IWebElement
리턴 System.Collections

this() 공개 메소드

public this ( int index ) : string
index int
리턴 string

this() 공개 메소드

public this ( string column ) : string
column string
리턴 string