Selenium Java - Handling Windows, Frames, and Alerts
What will happen when the following code runs if an alert is present?
driver.switchTo().alert().dismiss();
System.out.println("Alert handled");
