You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.
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 [email protected] on 29 Apr 2013 at 4:48
The text was updated successfully, but these errors were encountered:
Hi,
Sorry, but from the given information it's hard to narrow down the error.
Could you post the complete stack trace (with all sensitive information
removed, if necessary)?
Regards,
Fred
Original issue reported on code.google.com by
[email protected]
on 29 Apr 2013 at 4:48The text was updated successfully, but these errors were encountered: