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

Inheritance: OpenQA.Selenium.By
Afficher le fichier Open project: riganti/selenium-utils Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static CssSelector ( string cssSelectorToFind ) : SelectBy
cssSelectorToFind string
Résultat SelectBy

CssSelector() public static méthode

public static CssSelector ( string cssSelectorToFind, string formatString ) : SelectBy
cssSelectorToFind string
formatString string
Résultat SelectBy

SelectBy() public méthode

public SelectBy ( string selectMethodName ) : System
selectMethodName string
Résultat System

TagName() public static méthode

public static TagName ( string tagNameToFind ) : SelectBy
tagNameToFind string
Résultat SelectBy

ToString() public méthode

public ToString ( ) : string
Résultat string