C# Класс OpenQA.Selenium.Speed

Represents the speed with which actions are executed in the browser.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Fast Speed
Medium Speed
Slow Speed

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

Метод Описание
Equals ( object obj ) : bool

Determines whether the specified Object is equal to the current Object.

FromString ( string speedName ) : Speed

Creates a Speed object from its string description.

GetHashCode ( ) : int

Serves as a hash function for a particular type.

Приватные методы

Метод Описание
Speed ( string description, int timeout ) : System

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

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

Determines whether the specified Object is equal to the current Object.
public Equals ( object obj ) : bool
obj object The Object to compare with the /// current Object.
Результат bool

FromString() публичный статический Метод

Creates a Speed object from its string description.
public static FromString ( string speedName ) : Speed
speedName string The description of the speed to create.
Результат Speed

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

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
Результат int

Описание свойств

Fast публичное статическое свойство

Gets a fast speed.
public static Speed,OpenQA.Selenium Fast
Результат Speed

Medium публичное статическое свойство

Gets a medium speed.
public static Speed,OpenQA.Selenium Medium
Результат Speed

Slow публичное статическое свойство

Gets a slow speed.
public static Speed,OpenQA.Selenium Slow
Результат Speed