[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[ews.eclipse.technology.rap] Re: IE and WidgetManager

Hi Benjamin,

Thanks, it worked. I've also had to evaluate this expression through window.eval. I'll drop a few words about an approach soon.


Benjamin Muskalla wrote:
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