
| Interface | Description |
|---|---|
| ExecutionResolver |
Invokes JavaScript interface calls on a page under test.
|
| InstallableJavaScript |
Marks scripts which needs to be installed before they can be used.
|
| JavaScript.DefaultExecutionResolver |
| Class | Description |
|---|---|
| JSCall |
Represents a call of the method on JavaScript interface.
|
| JSInterface |
Represents the JavaScript interface instance
|
| JSMethod |
Represents a method on JavaScript interface
|
| Annotation Type | Description |
|---|---|
| Dependency |
Links to
JavaScript interface dependencies which needs to be loaded before interface's method can be invoked. |
| JavaScript |
Interfaces or abstract classes annotated with this interface invokes a script on a page under test.
|
| MethodName |
Allows to specify the name of a method as represented in JavaScript - serves in cases where the name of a method can't be
simply converted and needs to be defined explicitly or in cases where you want to name the method in Java differently than in
JavaScript.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.