Is it possible to get a handle (instance id) to all the open browsers for a user? We want to build a left navigation tree which will navigate a user to specific open browser window (by doing a window.focus() or something like that). Any ideas?
Thanks
ps > Tried EPCM getWindow/InstanceID but could not get the javascript window from it.