Hi,
In our web application, we get browser alert messages on multiple events which cannot be predicted in advance (and many times are unwanted). To smooth our execution, the 'OnOverlappingWindow' setting was set to dismiss the dialog and move on with the script execution. This was working fine till v10.3
On upgrade to v11.2 and Chrome updated to v48, the OnOverlappingWindow event stopped detecting browser alert messages. Attached is a sample TC project illustrating the problem. It runs the event on IE which detects a browser alert window, then with Chrome, which does not with the same test.
The fun part is, I have asked some other folks to run the same project on TC v11.2 & Chrome v48, its running fine with them, and with SmartBear Tech support as well!
The only difference I can see is we are running our project on a VM, others who have run the sample project did it on a host machine. Other settings like TC settings, Chrome settings we have gone through all of them one by one, uninstalled TC & Chrome and reinstalled twice to ensure the TC plug in is installed correctly, still no luck.
Any suggestions..