Class: Test
Oracle® Fusion Middleware Oracle JavaScript Extension Toolkit (JET)
12c (12.1.4)
E54107-01
Constructor
new Test()
- Source:
Fields
-
<static> ready :{boolean}
A global application flag that can be set by a test to indicate that all page startup processing is done
and an external automated test can begin
-
- Source:
Methods
-
<static> domNodeForLocator(locator) → {Object}
-
Parameters:
Name |
Type |
Description |
locator |
Object
|
string
|
A locator which is either a JSON string (to be parsed using $.parseJSON), or an Object with the following properties:
element: the component's selector, determined by the test author when laying out the page
component: optional - in the future there may be more than one component contained within a page element
subId: the string, documented by the component, that the component expects in getNodeBySubId to locate a particular subcomponent |
- Source:
Returns:
the subcomponent located by the subId string passed in locator, if found.
-
Type
-
Object