| [ews.eclipse.technology.rap] Re: IE and WidgetManager |
Hi Benjamin,
Hi Dmitry,
you should not realy to have a window manager instances around with "window.wm". You should better get the instance of the WidgetManager directly with
var widgetManager = org.eclipse.swt.WidgetManager.getInstance();
btw: do you have any interest to describe your approach at http://wiki.eclipse.org/RapUITesting ? That would be awesome!
Regards, Ben
Dmitry Pryadkin wrote:Greetings,
I'm using Selenium. Selenium provides references to the Window and Document at javascript side.
In Firefox there is a reference to WidgetManager, through "window.wm"
However it's not available in IE.
How can I get the reference in IE?
Thanks