C# 클래스 SeShell.Test.Core.BaseClass

Base class is used to make the driver initiate and set the base URL for other page classes to use
상속: EventLogger
파일 보기 프로젝트 열기: ectechno/seshell

공개 프로퍼티들

프로퍼티 타입 설명
BaseUrl string
Driver IWebDriver
Selenium ISelenium
WebBrws WebBrowsers

공개 메소드들

메소드 설명
GetDriver ( WebBrowsers webBrws ) : void
NavigateTo ( string url ) : void

Navigate the browser to the passed url

비공개 메소드들

메소드 설명
BaseClass ( ) : OpenQA.Selenium

메소드 상세

GetDriver() 공개 메소드

public GetDriver ( WebBrowsers webBrws ) : void
webBrws WebBrowsers
리턴 void

NavigateTo() 공개 메소드

Navigate the browser to the passed url
public NavigateTo ( string url ) : void
url string
리턴 void

프로퍼티 상세

BaseUrl 공개적으로 정적으로 프로퍼티

public static string BaseUrl
리턴 string

Driver 공개적으로 정적으로 프로퍼티

public static IWebDriver Driver
리턴 IWebDriver

Selenium 공개적으로 정적으로 프로퍼티

public static ISelenium Selenium
리턴 ISelenium

WebBrws 공개적으로 정적으로 프로퍼티

public static WebBrowsers WebBrws
리턴 WebBrowsers