An NDoc Documented Class Library

ISelenium.GetExpression Method 

Returns the specified expression.

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

string GetExpression(
   string expression
);

Parameters

expression
the value to return

Return Value

the value passed in

See Also

ISelenium Interface | Selenium Namespace