C# Class JDI_Web.Selenium.Elements.Complex.Tree

Inheritance: Selector
Afficher le fichier Open project: epam/JDI

Méthodes publiques

Свойство Type Description
Separator string

Protected Properties

Свойство Type Description
ChooseItemAction string[]>.Action
HoverAction IWebElement>.Action

Méthodes publiques

Méthode Description
Select ( ) : void
Tree ( ) : System
Tree ( By optionsNamesLocatorTemplate, By allOptionsNamesLocator ) : System
Tree ( By optionsNamesLocatorTemplate, List webElements = null ) : System
UseSeparator ( string separator ) : Tree

Private Methods

Méthode Description
SplitToList ( string str, string separator ) : IList

Method Details

Select() public méthode

public Select ( ) : void
Résultat void

Tree() public méthode

public Tree ( ) : System
Résultat System

Tree() public méthode

public Tree ( By optionsNamesLocatorTemplate, By allOptionsNamesLocator ) : System
optionsNamesLocatorTemplate OpenQA.Selenium.By
allOptionsNamesLocator OpenQA.Selenium.By
Résultat System

Tree() public méthode

public Tree ( By optionsNamesLocatorTemplate, List webElements = null ) : System
optionsNamesLocatorTemplate OpenQA.Selenium.By
webElements List
Résultat System

UseSeparator() public méthode

public UseSeparator ( string separator ) : Tree
separator string
Résultat Tree

Property Details

ChooseItemAction protected_oe property

protected Action ChooseItemAction
Résultat string[]>.Action

HoverAction protected_oe property

protected Action HoverAction
Résultat IWebElement>.Action

Separator public_oe property

public string Separator
Résultat string