[JWebUnit-users] Deprecate gotoWindow(int windowID) and gotoRootWindow()
Brought to you by:
henryju
From: Julien H. <he...@ya...> - 2011-09-19 14:09:42
|
Hi JWebUnit users, I would like to deprecated gotoWindow(int windowID) and gotoRootWindow(). These 2 methods are not portable to other testing engines (like Selenium) before they rely on HtmlUnit specific internals. I did some search and it seems "window ID" and "root window" is not something that is specified in HTML. My guess is that it was introduced to give access to windows without name nor title. Is it still something we need in 2011? Please tell me if you see any valid use case for theses methods. If nobody has concerns, theses methods will be deprecated in next release and not implemented in Selenium/WebDriver backend. Regards, Julien |