I use jStorage to synchronize tabs in IE. When I try to test it with Selenium WebDriver, it does not work.
So, this lines
$.jStorage.subscribe('test', function () {alert('test');});
$.jStorage.publish('test')
does work in manually runned IE and in Selenium's IE in one tab.
And does not work in different tabs in Selenium's IE.