DefaultSelenium GetExpression Method WebDriver
Returns the specified expression.

This is useful because of JavaScript preprocessing. It is used to generate commands like assertExpression and waitForExpression.

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

public string GetExpression(
	string expression
)

Return Value

the value passed in

Implements

ISelenium GetExpression(String)
See Also