C# 클래스 OpenQA.Selenium.Firefox.Context

Provides the context of a Command or Response.
파일 보기 프로젝트 열기: epall/selenium 1 사용 예제들

공개 메소드들

메소드 설명
Context ( ) : System

Initializes a new instance of the Context class.

Context ( string fromExtension ) : System

Initializes a new instance of the Context class given a response from the WebDriver extension.

ToString ( ) : string

Returns a String that represents the current Object.

메소드 상세

Context() 공개 메소드

Initializes a new instance of the Context class.
public Context ( ) : System
리턴 System

Context() 공개 메소드

Initializes a new instance of the Context class given a response from the WebDriver extension.
public Context ( string fromExtension ) : System
fromExtension string The value returned from the WebDriver Firefox extension.
리턴 System

ToString() 공개 메소드

Returns a String that represents the current Object.
public ToString ( ) : string
리턴 string