Class WebByExtras
Defines a collection of extra locator constraints for
Inheritance
System.Object
WebByExtras
Namespace: Legerity.Web
Assembly: Legerity.Web.dll
Syntax
public static class WebByExtras : object
Methods
| Improve this Doc View SourceInputType(String)
Gets a mechanism to find elements by the HTML input tag with a specified type.
Declaration
public static By InputType(string inputType)
Parameters
Type | Name | Description |
---|---|---|
System.String | inputType | The input type to find. |
Returns
Type | Description |
---|---|
By | A |
ListItem()
Gets a mechanism to find elements by the HTML li tag.
Declaration
public static By ListItem()
Returns
Type | Description |
---|---|
By | A |
Option()
Gets a mechanism to find elements by the HTML option tag.
Declaration
public static By Option()
Returns
Type | Description |
---|---|
By | A |
TableDataRow()
Gets a mechanism to find table row elements where a HTML tr tag has HTML td elements within it.
Declaration
public static By TableDataRow()
Returns
Type | Description |
---|---|
By | A |
TableHeaderCell()
Gets a mechanism to find elements by the HTML th tag.
Declaration
public static By TableHeaderCell()
Returns
Type | Description |
---|---|
By | A |
TableRow()
Gets a mechanism to find elements by the HTML tr tag.
Declaration
public static By TableRow()
Returns
Type | Description |
---|---|
By | A |