Stefan Lecho
unread,Mar 6, 2013, 9:00:12 AM3/6/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to robotframe...@googlegroups.com
I'm trying to select a JTabbedPane, which accoring to the SwingLibrary doc should be possible: "Allowed contexts are windows, dialogs, internal frames, and tabbed panes.".
However, when I use "Select Context tbpInterestedParties", I'm getting the following error: "Invalid
context javax.swing.JTabbedPane. Should be one of (java.awt.Window
javax.swing.JPanel java.awt.Panel javax.swing.JInternalFrame )".
How can I select a JTabbedPane with the SwingLibrary ?
PS: I'm using SwingLibrary v1.5.3 in combination with robot-maven-plugin v1.0.8.