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

Inheritance: Selector
ファイルを表示 Open project: epam/JDI

Public Properties

Property Type Description
Separator string

Protected Properties

Property Type Description
ChooseItemAction string[]>.Action
HoverAction IWebElement>.Action

Public Methods

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

Private Methods

Method Description
SplitToList ( string str, string separator ) : IList

Method Details

Select() public method

public Select ( ) : void
return void

Tree() public method

public Tree ( ) : System
return System

Tree() public method

public Tree ( By optionsNamesLocatorTemplate, By allOptionsNamesLocator ) : System
optionsNamesLocatorTemplate OpenQA.Selenium.By
allOptionsNamesLocator OpenQA.Selenium.By
return System

Tree() public method

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

UseSeparator() public method

public UseSeparator ( string separator ) : Tree
separator string
return Tree

Property Details

ChooseItemAction protected_oe property

protected Action ChooseItemAction
return string[]>.Action

HoverAction protected_oe property

protected Action HoverAction
return IWebElement>.Action

Separator public_oe property

public string Separator
return string