Hello everyone,
I have no idea what is going on...but widget(s) get recognized and recorded
without problems...but when I playback the script it fails to find some of the
widgets. How can I fix the problem?
The widget is recognized as (the path is modified):
ui.click(new CComboItemLocator("All Promotions", new ViewLocator(
"com........views.SearchView")));
During playback I get:
com.windowtester.runtime.WidgetNotFoundException: Widget NOT Found:
CComboItemLocator("All Promotions")
at com.windowtester.runtime.swt.internal.UIContextSWT.find(UIContextSWT.java:612)
at com.windowtester.runtime.swt.internal.UIContextSWT.find(UIContextSWT.java:587)
at com.windowtester.runtime.swt.internal.UIContextSWT.find(UIContextSWT.java:587)
at com.windowtester.runtime.swt.internal.UIContextSWT.find(UIContextSWT.java:587)
at com.windowtester.runtime.swt.internal.UIContextSWT.find(UIContextSWT.java:587)
at com.windowtester.runtime.swt.internal.UIContextSWT.find(UIContextSWT.java:587)
..............
Original issue reported on code.google.com by
mihalavr...@gmail.comon 29 Apr 2013 at 4:48