C# 클래스 OpenQA.Selenium.Speed

Represents the speed with which actions are executed in the browser.
파일 보기 프로젝트 열기: epall/selenium

공개 프로퍼티들

프로퍼티 타입 설명
Fast Speed
Medium Speed
Slow Speed

공개 메소드들

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

비공개 메소드들

메소드 설명
Speed ( string description, int timeout ) : System

메소드 상세

Equals() 공개 메소드

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.
리턴 bool

FromString() 공개 정적인 메소드

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

GetHashCode() 공개 메소드

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
리턴 int

프로퍼티 상세

Fast 공개적으로 정적으로 프로퍼티

Gets a fast speed.
public static Speed,OpenQA.Selenium Fast
리턴 Speed

Medium 공개적으로 정적으로 프로퍼티

Gets a medium speed.
public static Speed,OpenQA.Selenium Medium
리턴 Speed

Slow 공개적으로 정적으로 프로퍼티

Gets a slow speed.
public static Speed,OpenQA.Selenium Slow
리턴 Speed