Feature Requests item #1509545, was opened at 2006-06-20 22:09
Message generated for change (Settings changed) made by henryju
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=497985&aid=1509545&group_id=61302

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: Core API
Group: None
>Status: Closed
Priority: 5
Submitted By: Buhi Mume (mumebuhi)
Assigned to: Julien HENRY (henryju)
Summary: Get Newly-Opened Window

Initial Comment:
It is very nice to have a way to go to the newly-opened
window, provided that the window has no name/title.

There are two methods in WebTestCase class that might
provide this functionality: i) gotoWindow and ii)
gotoWindowByTitle. However, these two methods requires
that the window of interest has a name or title.

(suggestion from Julien)
Perhaps we could provide a new method:
void gotoWindows(int index);

Thank you.

Buhi Mume

----------------------------------------------------------------------

>Comment By: Julien HENRY (henryju)
Date: 2006-06-21 11:29

Message:
Logged In: YES 
user_id=1235926

Done.
gotoWindow(int ID)
assertWindowCountEquals(int value)

Fully implemented in htmlunit and httpunit plugin.
Partially implemented in selenium plugin.
Commited.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=497985&aid=1509545&group_id=61302


_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to