selenium webdriver - no such window exception after close window -


I'm unable to select the main parent window after closing a pop-up window using closed window keywords. I tried, until the keyword is successful, but I still get the same problem.

This problem is happening on Chrome, FF, that is, someone can help me get an alternative solution for this. I am using Selenium version 2.43 with robot framework

Close window pop up is closing, but in the selection window step I can not find any window exceptions.

I also shut down the keyword dry window and choose from window but no luck.

  Click the Element popout link after the pop-up click on Get window titles, Open the pop-up window, click the pop-up after 1, get 1 from the list, select the window's title = Close the popout window, select the window title = Original window  

Please suggest that you have a suggestion

That you will give your windows a unique identifier, in future Sector and error much better chance of being free. Add an ID to go to that window:

  Open the browser FF window 1 Google.co.uk  

Then to switch to that window:

Switch Browser Window

Hope that helps!


Comments