public class Eval extends Object
| Modifier and Type | Method and Description |
|---|---|
Object |
eval(org.openqa.selenium.WebDriver driver,
String script)
Evaluate script including "storedVars" variable.
|
Object |
eval(org.openqa.selenium.WebDriver driver,
String script,
String cast)
Evaluate script including "storedVars" variable.
|
public Eval(Context context)
context - Selenese Runner context.Copyright © 2016. All rights reserved.