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
jleyba
changed the title
Return value of methods called at the closed browser window is not null
Querying window state on closed window does not trigger a NoSuchWindow error
May 15, 2016
Meta -
OS: Windows 7 Professional
Selenium Version: 2.52.0
Browser: Firefox
Browser Version: 45.0.2
Expected Behavior -
Methods related to closed browser window return null
Actual Behavior -
There are several methods related to browser window:
When we call them after calling of "close()" method, they return the same value as before calling of "close()".
Steps to reproduce -
Returning of null would allow to verify whether browser window is closed.
The text was updated successfully, but these errors were encountered: