Click or drag to resize

DriverContext Properties

Framework to automate tests using Selenium WebDriver

The DriverContext type exposes the following members.

Properties
 NameDescription
Public propertyCrossBrowserEnvironment Gets or sets the Environment Browsers from App.config.
Public propertyCurrentDirectory Gets or sets directory where assembly files are located.
Public propertyDownloadFolder Gets Sets Folder name for Download.
Public propertyDriver Gets driver Handle.
Public propertyIsTestFailed Gets or sets a value indicating whether [test failed].
Public propertyLogTest Gets or sets test logger.
Public propertyPageSourceFolder Gets Sets Folder name for PageSource.
Public propertyPerformanceMeasures Gets instance of Performance PerformanceMeasures class.
Public propertyScreenShotFolder Gets Sets Folder name for ScreenShot.
Public propertyTestTitle Gets or sets the test title.
Public propertyVerifyMessages Gets all verify messages.
Top
See Also