ISelenium SetContext Method WebDriver
Writes a message to the status bar and adds a note to the browser-side log.

Namespace: Selenium
Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

void SetContext(
	string context
)

Parameters

context
Type: OnlineSystem String
the message to be sent to the browser
See Also