C# Class OpenQA.Selenium.Platform

Represents the platform on which tests are to be run.
Afficher le fichier Open project: asynchrony/Selenium2 Class Usage Examples

Méthodes publiques

Méthode Description
IsPlatformType ( PlatformType compareTo ) : bool

Compares the platform to the specified type.

Platform ( PlatformType typeValue ) : System

Initializes a new instance of the Platform class for a specific platform type.

Private Methods

Méthode Description
Platform ( ) : System

Method Details

IsPlatformType() public méthode

Compares the platform to the specified type.
public IsPlatformType ( PlatformType compareTo ) : bool
compareTo PlatformType A value to compare to.
Résultat bool

Platform() public méthode

Initializes a new instance of the Platform class for a specific platform type.
public Platform ( PlatformType typeValue ) : System
typeValue PlatformType The platform type.
Résultat System