You can add support for renderers for Swing components without the getText() method in order to access text that is otherwise non-readable by Jubula .
- An example of the adapter mechanism can be found here:
http://git.eclipse.org/c/jubula/org.eclipse.jubula.core.git/
tree/org.eclipse.jubula.examples.extension.swing.rc.adapter - This does not replace the support for custom Swing renderers that can be changed directly by your developers.
- If you are able to change the renderers yourself, you can still implement one of the following in your renderer:
public String getTestableText(); public String getText();
Copyright BREDEX GmbH 2013. Made available under the Eclipse Public License v1.0.