C# 클래스 JDI_Web.Selenium.Elements.Base.SelectableElement

상속: ClickableText, ISelect
파일 보기 프로젝트 열기: epam/JDI

보호된 프로퍼티들

프로퍼티 타입 설명
GetValueFunc string>.Func
SelectAction Action
SelectedAction bool>.Func
SetValueAction string>.Action

공개 메소드들

메소드 설명
Select ( ) : void
SelectableElement ( ) : System
SelectableElement ( By byLocator = null, IWebElement webElement = null, WebBaseElement element = null ) : System

메소드 상세

Select() 공개 메소드

public Select ( ) : void
리턴 void

SelectableElement() 공개 메소드

public SelectableElement ( ) : System
리턴 System

SelectableElement() 공개 메소드

public SelectableElement ( By byLocator = null, IWebElement webElement = null, WebBaseElement element = null ) : System
byLocator OpenQA.Selenium.By
webElement IWebElement
element WebBaseElement
리턴 System

프로퍼티 상세

GetValueFunc 보호되어 있는 프로퍼티

protected Func GetValueFunc
리턴 string>.Func

SelectAction 보호되어 있는 프로퍼티

protected Action SelectAction
리턴 Action

SelectedAction 보호되어 있는 프로퍼티

protected Func SelectedAction
리턴 bool>.Func

SetValueAction 보호되어 있는 프로퍼티

protected Action SetValueAction
리턴 string>.Action