File tree 1 file changed +3
-2
lines changed
library/aik099/PHPUnit/Session
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ protected function stopAndForgetSession()
98
98
*/
99
99
private function _switchToMainWindow ()
100
100
{
101
- $ this ->_session ->switchToWindow ();
101
+ $ this ->_session ->switchToWindow (); // Switch to the window before attempting to execute any window-based calls.
102
102
$ actual_initial_window_name = $ this ->_session ->getWindowName (); // Account for initial window rename.
103
103
104
104
foreach ( $ this ->_session ->getWindowNames () as $ name ) {
@@ -108,8 +108,9 @@ private function _switchToMainWindow()
108
108
109
109
$ this ->_session ->switchToWindow ($ name );
110
110
$ this ->_session ->executeScript ('window.close(); ' );
111
- $ this ->_session ->switchToWindow ();
112
111
}
112
+
113
+ $ this ->_session ->switchToWindow ();
113
114
}
114
115
115
116
/**
You can’t perform that action at this time.
0 commit comments