Yahor Radtsevich [https://community.jboss.org/people/yradtsevich] created the 
discussion

"Re: BrowserSim - multiple browser windows"

To view the discussion, visit: https://community.jboss.org/message/827374#827374

--------------------------------------------------------------
If I understand you correctly, you want to create a child browser window via 
+window.open()+, and then reference parent window via +window.opener+?

Unfortunately, BrowserSim does not support child-parent relationship between 
different windows. All calls to +window.open(url)+ behave as if you do 
+window.location = url,+ i.e. BrowserSim just opens given +url+ in the current 
window.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/827374#827374]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to