C# 클래스 CatsUnitTest.WebDriverExtension

파일 보기 프로젝트 열기: edgecomputing/cats-hub-module

공개 메소드들

메소드 설명
AutomateLogin ( this driver, string username, string password ) : void
WaitForHttpResponse ( this driver, By by ) : void
WaitForHttpResponse ( this driver, string regEx ) : void

An extension method for an IWebDriver instance that searches for an element (given a regular expression string)

비공개 메소드들

메소드 설명
IsElementPresent ( OpenQA driver, By by ) : bool

메소드 상세

AutomateLogin() 공개 정적인 메소드

public static AutomateLogin ( this driver, string username, string password ) : void
driver this
username string
password string
리턴 void

WaitForHttpResponse() 공개 정적인 메소드

public static WaitForHttpResponse ( this driver, By by ) : void
driver this
by OpenQA.Selenium.By
리턴 void

WaitForHttpResponse() 공개 정적인 메소드

An extension method for an IWebDriver instance that searches for an element (given a regular expression string)
public static WaitForHttpResponse ( this driver, string regEx ) : void
driver this
regEx string The element to be searched for
리턴 void