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

Represents the platform on which tests are to be run.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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.

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

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

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

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

Compares the platform to the specified type.
public IsPlatformType ( PlatformType compareTo ) : bool
compareTo PlatformType A value to compare to.
Результат bool

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

Initializes a new instance of the Platform class for a specific platform type.
public Platform ( PlatformType typeValue ) : System
typeValue PlatformType The platform type.
Результат System