Access Swing components directly [message #1734492] |
Wed, 08 June 2016 13:45  |
Eclipse User |
|
|
|
Hi, I'm trying to perform some actions on specific components of my swing application from the client API. However, it seems like you can only interact with the AUT by using CAPs that encapsulate the components. For example, to access a button, you use
org.eclipse.jubula.toolkit.base.AbstractComponents.createGraphicsComponent(NewButton)
To create the button component that encapsulates your swing button. However, you can only do certain factory actions to this encapsulated component. I was wondering if there's any way to gain access to the reference component, or to somehow create my own custom actions that I can implement. So, rather than just using the .click method that is presented to us, I can make my own custom click method somehow by extending the CAP interface or something along those lines.
Thanks!
|
|
|
|
Powered by
FUDForum. Page generated in 0.24044 seconds