C# Class Bumblebee.Implementation.TableRow

Inheritance: Element, ITableRow
Show file Open project: bumblebee/bumblebee

Public Methods

Method Description
GetEnumerator ( ) : IEnumerator
TableRow ( IBlock parent, By @by ) : System.Collections
TableRow ( IBlock parent, IWebElement tag ) : System.Collections
this ( int index ) : string
this ( string column ) : string

Private Methods

Method Description
IEnumerable ( ) : IEnumerator

Method Details

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

TableRow() public method

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

TableRow() public method

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

this() public method

public this ( int index ) : string
index int
return string

this() public method

public this ( string column ) : string
column string
return string