Whenever the window.open()
function is triggered in Selenium IE Web Driver, it results in opening a new window rather than a new tab.
Typically, in the IE browser, this action would open a new tab, but not in Selenium Web Driver.
Looking for a solution to address this issue.