My web page sends information to the page, and the response returns a popup. Does anyone have an idea on how I can verify the information in a popup?
The popup does not have WindowId, and I cannot get the popup using selenium.GetWindow("popuwindowname"), selenium.GetWindow("title=something")or selenium.GetWindow("name=popupwindowname").
Someone had a similar problem and found a workaround or an alternative solution?
source
share