
public class ModuleUtilities extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EXPORTED_FUNCTION_SCRIPT |
| Constructor and Description |
|---|
ModuleUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
executeExportedFunction(String module,
String method,
WebDriver driver,
Object... args) |
static Object |
executeExportedFunction(String method,
WebDriver driver,
Object... args) |
static List<String> |
findModules(WebDriver driver)
Examines the current page for any window with a $moduleName defined on it.
|
public static final String EXPORTED_FUNCTION_SCRIPT
public static List<String> findModules(WebDriver driver)
driver - public static Object executeExportedFunction(String method, WebDriver driver, Object... args)
Copyright © 2012-2013 Sencha Labs. All Rights Reserved.