C# Класс 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.
Наследование: OpenQA.Selenium.Remote.RemoteWebDriver
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SafariDriver ( ) : System

Initializes a new instance of the SafariDriver class.

Защищенные методы

Метод Описание
StartClient ( ) : void

Starts the command executor, enabling communication with the browser.

StopClient ( ) : void

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

Описание методов

SafariDriver() публичный Метод

Initializes a new instance of the SafariDriver class.
public SafariDriver ( ) : System
Результат System

StartClient() защищенный Метод

Starts the command executor, enabling communication with the browser.
protected StartClient ( ) : void
Результат void

StopClient() защищенный Метод

Stops the command executor, ending further communication with the browser.
protected StopClient ( ) : void
Результат void