C# Class Selenol.Elements.TableElement

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

Public Methods

Method Description
TableElement ( IWebElement webElement ) : System.Collections.Generic

Initializes a new instance of the TableElement class.

Private Methods

Method Description
GetRows ( By by ) : IEnumerable

Method Details

TableElement() public method

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