C# Class Riganti.Utils.Testing.Selenium.Core.SelectBy

Inheritance: OpenQA.Selenium.By
Mostra file Open project: riganti/selenium-utils Class Usage Examples

Public Methods

Method Description
CssSelector ( string cssSelectorToFind ) : SelectBy
CssSelector ( string cssSelectorToFind, string formatString ) : SelectBy
SelectBy ( string selectMethodName ) : System
TagName ( string tagNameToFind ) : SelectBy
ToString ( ) : string

Method Details

CssSelector() public static method

public static CssSelector ( string cssSelectorToFind ) : SelectBy
cssSelectorToFind string
return SelectBy

CssSelector() public static method

public static CssSelector ( string cssSelectorToFind, string formatString ) : SelectBy
cssSelectorToFind string
formatString string
return SelectBy

SelectBy() public method

public SelectBy ( string selectMethodName ) : System
selectMethodName string
return System

TagName() public static method

public static TagName ( string tagNameToFind ) : SelectBy
tagNameToFind string
return SelectBy

ToString() public method

public ToString ( ) : string
return string