Utilizing the most recent iteration of the selenium web driver along with the Google Chrome browser, I am encountering an issue in my application. Following the click on the login button, a popup appears while the DOM is still loading.
I simply aim to close this popup without entering any information. My scripting language of choice is Java. Despite attempts with javascript executor and various popup handlers from Selenium, I have been unable to successfully close the popup. I am struggling to transfer control to the new popup window.
Extensive online research has yielded no relevant code solutions for this particular problem.