-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure underlying jemmy dispatch mode #14
Comments
Assuming that also the Jemmy version SwingLibrary uses has this API, exposing it as a keyword sounds good. Are you interested in creating a patch? |
Sorry but I don't think I will have time to write a patch. I made it work statically by modifying org.robotframework.swing.SwingLibrary.java. protected SwingLibrary(Collection keywordPatterns) { |
And finished. |
Hi,
as described here:
http://wiki.netbeans.org/Jemmy_Tutorial#Robot_vs_event_dispatching
Jemmy allows configuration of its dispatch mode: event or robot.
What do you think about exposing an API in the swing library to configure it?
The text was updated successfully, but these errors were encountered: