Traverse through tree structure
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-10-16 04:11 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-10-16 06:10 PM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-10-16 08:36 PM
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.
