JavaScript API Reference for Oracle ADF Faces
oracle.adf.view.js.automation
Class AdfDhtmlTestEngine
org.ecmascript.object.Object
|
+--oracle.adf.view.js.base.AdfObject
|
+--oracle.adf.view.js.automation.AdfDhtmlTestEngine
- Direct Known Subclasses:
- AdfWebDriverTestEngine
public class AdfDhtmlTestEngine
extends AdfObject
Abstract base Test Engine class. Implementation defaults to our AdfWebDriverTestEngine implementation. Users can override with their own implementation by specifying the class in web.xml file as a servlet context paramter, "oracle.adf.view.automation.TEST_ENGINE".
Methods inherited from oracle.adf.view.js.base.AdfObject
|
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, exportPrototypeSymbol, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, Init, toDebugString, toString |
public AdfDhtmlTestEngine()
Abstract base Test Engine class. Implementation defaults to our AdfWebDriverTestEngine implementation. Users can override with their own implementation by specifying the class in web.xml file as a servlet context paramter, "oracle.adf.view.automation.TEST_ENGINE".
public static AdfDhtmlTestEngine getEngine()
Get the test engine
- Return:
AdfDhtmlTestEngine - AdfDhtmlTestEngine instance
public Object simulateDomMouse(String domElement,
Object mouseEvent)
Simulate mouse event on a dom element.
- Parameters:
-
domElement |
- |
the domElement receiving the mouse event |
mouseEvent |
|
|
- Return:
Object
Generated on 2015.07.15 10:12 UTC
Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.