Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

When recording widget is recognized...but not during the playback... #26

Open
GoogleCodeExporter opened this issue May 4, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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 comment by [email protected] on 8 May 2013 at 12:19

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant