Use this action to check a specific property of a component.
You can check whether a value you enter for a given property matches the actual value for the property.
Every component has properties (attributes). These can include the text size, the size (width/height) of the component, the color etc.
You must first find out the name of the property you want to check, and then what value it should have. You can find out what properties and values a component has in the Object Mapping Mode (for Swing and SWT/RCP AUT's ). When you collect a component, its property information is displayed in the Properties View .
Parameters: