C# Class OpenQA.Selenium.Safari.SafariDriver

Provides a way to access Safari to run your tests by creating a SafariDriver instance
When the WebDriver object has been instantiated the browser will load. The test can then navigate to the URL under test and start your test.
Inheritance: OpenQA.Selenium.Remote.RemoteWebDriver
Show file Open project: krosenvold/selenium-git-release-candidate Class Usage Examples

Public Methods

Method Description
SafariDriver ( ) : System

Initializes a new instance of the SafariDriver class.

Protected Methods

Method Description
StartClient ( ) : void

Starts the command executor, enabling communication with the browser.

StopClient ( ) : void

Stops the command executor, ending further communication with the browser.

Method Details

SafariDriver() public method

Initializes a new instance of the SafariDriver class.
public SafariDriver ( ) : System
return System

StartClient() protected method

Starts the command executor, enabling communication with the browser.
protected StartClient ( ) : void
return void

StopClient() protected method

Stops the command executor, ending further communication with the browser.
protected StopClient ( ) : void
return void