C# 클래스 UIAccess.WebControls.WebEditBox

상속: WebControl
파일 보기 프로젝트 열기: geeksree/cSharpGeeks

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Clear ( ) : void
JSSendKeys ( string Text ) : void

Works only for Id, Name, ClassName and TagName , for any other locator type default Id is used

WebEditBox ( Browser aBrowser, Locator aLocator ) : System

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

JSSendKeys() 공개 메소드

Works only for Id, Name, ClassName and TagName , for any other locator type default Id is used
public JSSendKeys ( string Text ) : void
Text string
리턴 void

WebEditBox() 공개 메소드

public WebEditBox ( Browser aBrowser, Locator aLocator ) : System
aBrowser WebDriverWrapper.Browser
aLocator Locator
리턴 System