cancel
Showing results for 
Search instead for 
Did you mean: 

Traverse through tree structure

Anonymous
Not applicable
How do I Traverse through tree structure in AA mode or html mode? The application is Java based but available in browser only. Tried: AA- Node selecting each node (Click centre); however if the element is not focusable it clicks outside the application. Any Java functions to be used? to collapse the structure? Please share inputs. Thanks, Bhavika
2 REPLIES 2

TomBlackburn1
Level 7
Usually HTML table - dynamic path of table cell and split at TR(X) element, where X is the row number Region Mode - dynamic Start Y and End Y values which can be incremented. Also dynamic start X and end X values of the tree indented after expanding each element. AA - dynamic match index with more generic match attributes. E.g generic enough to select all drop down boxes without a match index. Match index will then select a certain drop down. Not sure about SAP or Java.

Denis__Dennehy
Level 15
If you are interfacing with a Java application (Java Platform in a browser as opposed to Javascript with a web page) within a browser you need to look at the information on the Portal (Guide and Knowledgebase) about interfacing with Java. You will need to install Java Access Bridge and tick a checkbox in the Application Modeller Wizard to indicate it is a Java application.