I am using the latest version of selenium web driver and google chrome browser. In my app, after clicking on login button while dom is getting loaded I get a popup
I just want to close this popup without entering any value. I am using java for scripting. I tried javascript executor, all popup handlers from selenium but not able to close the same. I am not able to shift control on the popup window.
I google a lot but didn't found any relevant code