I attempted to follow the recommendations provided in this article How to close a browser tab in Protractor without closing the entire browser in order to close a new tab in Chrome and navigate back to the main application. Unfortunately, the first suggestion did not work, and the second one led to errors. I also experimented with using browser.actions().keyDown(protractor.Key.CONTROL).sendKeys('w').perform(); which I came across elsewhere.