C# 클래스 UIAccess.WebControls.WebDialog

상속: WebControl
파일 보기 프로젝트 열기: geeksree/cSharpGeeks 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AcceptDialog ( ) : void
CancelDialog ( ) : void
GetDialogText ( ) : string
SendText ( string value ) : void
Test ( ) : void
WebDialog ( Browser aBrowser, Locator aLocator ) : System

메소드 상세

AcceptDialog() 공개 메소드

public AcceptDialog ( ) : void
리턴 void

CancelDialog() 공개 메소드

public CancelDialog ( ) : void
리턴 void

GetDialogText() 공개 메소드

public GetDialogText ( ) : string
리턴 string

SendText() 공개 메소드

public SendText ( string value ) : void
value string
리턴 void

Test() 공개 메소드

public Test ( ) : void
리턴 void

WebDialog() 공개 메소드

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