Good morning,
When a snapshot command is done in a Swing session XML is returned representing the full hierarchy of components in the AUT. There are attributes in those elements for some of the component properties. For example:
<label className="javax.swing.JLabel"/>
Another attribute that comes through is name, if a component name has been set via the setName() method.
QUESTION: What is the list of properties that will come through as XML attributes? We've got className, name, and what else? This is for customer Pillar Data Systems specifically, but really for anyone doing Swing testing.
Thanks,
Chris