C# 클래스 OpenQA.Selenium.Platform

Represents the platform on which tests are to be run.
파일 보기 프로젝트 열기: asynchrony/Selenium2 1 사용 예제들

공개 메소드들

메소드 설명
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