An NDoc Documented Class Library

DefaultSelenium.GetExpression Method 

Returns the specified expression.

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

public string GetExpression(
   string expression
);

Parameters

expression
the value to return

Return Value

the value passed in

Implements

ISelenium.GetExpression

See Also

DefaultSelenium Class | Selenium Namespace