C# Class OpenQA.Selenium.Platform

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

Public Methods

Method 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

Method Description
Platform ( ) : System

Method Details

IsPlatformType() public method

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

Platform() public method

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