I just ran through the tutorial on OSX 10.6.4, Eclipse Helios SR1 (modeling), and encountered this error when trying to replay the saved script -
Caused by: java.lang.UnsupportedOperationException: bounds should be provided by OSX-specific plugins
at com.windowtester.runtime.swt.internal.abbot.SWTWorkarounds.getBounds(SWTWorkarounds.java:79)
at abbot.tester.swt.WidgetLocator.getBounds(WidgetLocator.java:145)
at abbot.tester.swt.WidgetLocator.getLocation(WidgetLocator.java:64)
at abbot.tester.swt.WidgetLocator.getLocation(WidgetLocator.java:46)
at com.windowtester.runtime.swt.internal.selector.UIDriver$5.run(UIDriver.java:803)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
... 60 more
I attached the full console logs as well.
Is there a workaround for this? I'd really like to give WindowTester a go, without having to switch platforms...
/Bill