Usually, alerts in selenium are handled by switching to alert using
driver.swichto().alert();
Alert can be of prompt , confirm or simple type.
I need help in finding the type of alert occurred to trigger the appropriate operation
Thanks In advance..!!