C# Класс OpenQA.Selenium.Firefox.Context

Provides the context of a Command or Response.
Показать файл Открыть проект Примеры использования класса

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

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

Initializes a new instance of the Context class.

Context ( string fromExtension ) : System

Initializes a new instance of the Context class given a response from the WebDriver extension.

ToString ( ) : string

Returns a String that represents the current Object.

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

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

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

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

Initializes a new instance of the Context class given a response from the WebDriver extension.
public Context ( string fromExtension ) : System
fromExtension string The value returned from the WebDriver Firefox extension.
Результат System

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

Returns a String that represents the current Object.
public ToString ( ) : string
Результат string