@Pieter-Knelissen sorry for the delay.
regarding the attributes/methos available, it depends on the UI component used and the UI structure.
For example in our above sample test case "tmpObj" for the given sample application,
After the test case hits the breakpoint, and see the "Variables View", you will see "type" of each local variable.
And the "type" for "tmpObj" is javax_swing_JList. (Attached screenshot)
Therefore, from there on, you have to look into the JList and related UI component documentation to access the desired attributes and methods.
[image: 9366681d-0b7c-4dfa-93c8-2f3cb6c22144.png]