C# Class Selenol.Elements.TableRowElement

Inheritance: ContainerElement
Mostrar archivo Open project: pbakshy/Selenol Class Usage Examples

Public Methods

Method Description
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.

Method Details

TableRowElement() public method

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

TableRowElement() public method

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.
return System.Collections.Generic