views:

303

answers:

0

My webpage submits information to a page and the response returns a popup window. Does anyone have an idea about how I can validate the information in the popup window?

Popup window doesn't have a WindowId and I'm not able to get hold of the popup window using selenium.GetWindow("popuwindowname"), selenium.GetWindow("title=something") or selenium.GetWindow("name=popupwindowname").

Has anyone had a similar problem and found a workaround or an alternative solution?