C# Class UIAccess.WebControls.WebTable

Inheritance: WebControl
Mostrar archivo Open project: geeksree/cSharpGeeks Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetRowWithValue ( string value ) : WebRow
WebTable ( Browser aBrowser, Locator aLocator ) : System

Method Details

GetRowWithValue() public method

public GetRowWithValue ( string value ) : WebRow
value string
return WebRow

WebTable() public method

public WebTable ( Browser aBrowser, Locator aLocator ) : System
aBrowser WebDriverWrapper.Browser
aLocator Locator
return System