C# Class OpenQA.Selenium.Speed

Represents the speed with which actions are executed in the browser.
Afficher le fichier Open project: epall/selenium

Méthodes publiques

Свойство Type Description
Fast Speed
Medium Speed
Slow Speed

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
Speed ( string description, int timeout ) : System

Method Details

Equals() public méthode

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.
Résultat bool

FromString() public static méthode

Creates a Speed object from its string description.
public static FromString ( string speedName ) : Speed
speedName string The description of the speed to create.
Résultat Speed

GetHashCode() public méthode

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
Résultat int

Property Details

Fast public_oe static_oe property

Gets a fast speed.
public static Speed,OpenQA.Selenium Fast
Résultat Speed

Medium public_oe static_oe property

Gets a medium speed.
public static Speed,OpenQA.Selenium Medium
Résultat Speed

Slow public_oe static_oe property

Gets a slow speed.
public static Speed,OpenQA.Selenium Slow
Résultat Speed