C# 클래스 JDI_Web.Selenium.Elements.Complex.Tree

상속: Selector
파일 보기 프로젝트 열기: epam/JDI

공개 프로퍼티들

프로퍼티 타입 설명
Separator string

보호된 프로퍼티들

프로퍼티 타입 설명
ChooseItemAction string[]>.Action
HoverAction IWebElement>.Action

공개 메소드들

메소드 설명
Select ( ) : void
Tree ( ) : System
Tree ( By optionsNamesLocatorTemplate, By allOptionsNamesLocator ) : System
Tree ( By optionsNamesLocatorTemplate, List webElements = null ) : System
UseSeparator ( string separator ) : Tree

비공개 메소드들

메소드 설명
SplitToList ( string str, string separator ) : IList

메소드 상세

Select() 공개 메소드

public Select ( ) : void
리턴 void

Tree() 공개 메소드

public Tree ( ) : System
리턴 System

Tree() 공개 메소드

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

Tree() 공개 메소드

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

UseSeparator() 공개 메소드

public UseSeparator ( string separator ) : Tree
separator string
리턴 Tree

프로퍼티 상세

ChooseItemAction 보호되어 있는 프로퍼티

protected Action ChooseItemAction
리턴 string[]>.Action

HoverAction 보호되어 있는 프로퍼티

protected Action HoverAction
리턴 IWebElement>.Action

Separator 공개적으로 프로퍼티

public string Separator
리턴 string