C# Class OpenQA.Selenium.Remote.Context

Creates an interal context for the remote driver
Show file Open project: epall/selenium

Public Methods

Method Description
Context ( object raw )

Initializes a new instance of the Context class

ToString ( ) : string

Converts the object to string

Method Details

Context() public method

Initializes a new instance of the Context class
public Context ( object raw )
raw object Raw Object currently in context

ToString() public method

Converts the object to string
public ToString ( ) : string
return string