eric_armstrong
12 years agoNew Contributor
FindChild JavaFXObject
Hi,
In the Application I'm testing there are several JavaFXObject's.
I need to use the FindChild because of changes in the Object branch.
For example:
Aliases.MyProcess.JavaFXOject( "Label", 1 ).JavaFXObject( "Button", "Go" );
On the first JavaFXObject, the number 1 is constantly changing, so I want to do a FindChild for the Second JavaFXObject: JavaFXObject("Button","Go")
I tried many different way of doing the FindChild on this object with no success. Can someone show me an exmple on how it could be done.
We are using Javascript
Eric
In the Application I'm testing there are several JavaFXObject's.
I need to use the FindChild because of changes in the Object branch.
For example:
Aliases.MyProcess.JavaFXOject( "Label", 1 ).JavaFXObject( "Button", "Go" );
On the first JavaFXObject, the number 1 is constantly changing, so I want to do a FindChild for the Second JavaFXObject: JavaFXObject("Button","Go")
I tried many different way of doing the FindChild on this object with no success. Can someone show me an exmple on how it could be done.
We are using Javascript
Eric