You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
What steps will reproduce the problem?
1.Call following function in popup code
function closePopup(){
opener.focus();
opener.location.reload();
self.close();
}
What is the expected output? What do you see instead?
Expected popup to close and reload parent window. But instead it loads parent location
with http://host/selenium-server/core/Blank.html?start=true which kills the rest of
the session, i.e. waitForPageToLoad hangs in my case.
What version of the product are you using? On what operating system?
Vista, selenium-server-1.0.3, Google Chrome 8.0.552.237