This object is obsolete. See the Remarks section below. |
Description
The TestedAppJavaParams
object provides access to parameters of Java and JavaFX applications defined in your test project.
To obtain the TestedAppJavaParams
object in your script, use the Params.JavaParams
sub-property of the corresponding TestedApp
object. See Editing Desktop Application Parameters for details.
Members
Remarks
This object is obsolete. It is supported for backward compatibility only and is available if the Use special runtime object attribute of your tested Java or JavaFX application is disabled. (You can view and change the attribute in the TestedApps editor).
We recommend that you leave the Use special runtime object attribute enabled (default) and access parameters of your tested Java or JavaFX application through the properties of the TestedApps.JavaTestedAppName
object.
See Also
Run Modes and Parameters
Adding Java and JavaFX Applications to the List of Tested Applications
Editing Desktop Application Parameters
TestedAppParams Object
About Tested Applications