Questions tagged [unhandled-exception]

When a program throws an Exception during execution but fails to catch it, this results in an unhandled exception, leading to the creation of an Exception Stack.

Configure Serenity's Capability to overlook any UnhandledAlertException

Just dipping my toes into the world of Cucumber and Serenity. I'm looking for a way to handle the UnhandledAlertException. This is how you can configure Chrome capabilities in Selenium: capabilities.setCapability(CapabilityType.UNEXPECTED_ALERT_BEH ...