C# 클래스 Framework.Browser

파일 보기 프로젝트 열기: nadvolod/LightPomFrameworkTutorial

공개 메소드들

메소드 설명
Close ( ) : void
ElementIsDisplayed ( By element ) : bool
Goto ( string url, bool useBaseUrl = true ) : void
Initialize ( ) : void
Quit ( ) : void
WaitUntilElementIsDisplayed ( By element, int timeoutInSeconds ) : bool

비공개 메소드들

메소드 설명
FindElement ( By by ) : IWebElement
GetDriver ( Drivers driver ) : IWebDriver
SwitchTabs ( int tabIndex ) : void

메소드 상세

Close() 공개 정적인 메소드

public static Close ( ) : void
리턴 void

ElementIsDisplayed() 공개 정적인 메소드

public static ElementIsDisplayed ( By element ) : bool
element OpenQA.Selenium.By
리턴 bool

Goto() 공개 정적인 메소드

public static Goto ( string url, bool useBaseUrl = true ) : void
url string
useBaseUrl bool
리턴 void

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

Quit() 공개 정적인 메소드

public static Quit ( ) : void
리턴 void

WaitUntilElementIsDisplayed() 공개 정적인 메소드

public static WaitUntilElementIsDisplayed ( By element, int timeoutInSeconds ) : bool
element OpenQA.Selenium.By
timeoutInSeconds int
리턴 bool