|
|
|
For people using IE as the main browser for their application, this is a major issue. In our case, we don't support firefox yet due heavy usage of IE specific javascript in our code. Looking at the number of votes this issue has got, it seems most of the users of selenium are running on firefox.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
1. Launch application in iehta mode. (Good if application is https)
2. Exercise a pop up window in the application. (It should be a true pop up window and not a new web page.)
3. Observe the pop up window.
Actual Result:
Log in screen on application is shown. It looks that session is lost in pop up window.