C# Class SeShell.Test.Core.BaseClass

Base class is used to make the driver initiate and set the base URL for other page classes to use
Inheritance: EventLogger
Afficher le fichier Open project: ectechno/seshell

Méthodes publiques

Свойство Type Description
BaseUrl string
Driver IWebDriver
Selenium ISelenium
WebBrws WebBrowsers

Méthodes publiques

Méthode Description
GetDriver ( WebBrowsers webBrws ) : void
NavigateTo ( string url ) : void

Navigate the browser to the passed url

Private Methods

Méthode Description
BaseClass ( ) : OpenQA.Selenium

Method Details

GetDriver() public méthode

public GetDriver ( WebBrowsers webBrws ) : void
webBrws WebBrowsers
Résultat void

NavigateTo() public méthode

Navigate the browser to the passed url
public NavigateTo ( string url ) : void
url string
Résultat void

Property Details

BaseUrl public_oe static_oe property

public static string BaseUrl
Résultat string

Driver public_oe static_oe property

public static IWebDriver Driver
Résultat IWebDriver

Selenium public_oe static_oe property

public static ISelenium Selenium
Résultat ISelenium

WebBrws public_oe static_oe property

public static WebBrowsers WebBrws
Résultat WebBrowsers