Well, Synchronized Window won't work. What I need to be able to test:
- On page #1 there is a button
- The button opens a new browser window (page #2)
- The page #2 sends js callbacks to page #1
It works fine on real phone as e.g. iphone browser (safari) can open mulitple windows. But in BrowserSim I haven't found a way how to keep both pages (#1 & 2) opened so that they can communicate together.