1[][2]Scenario:: Web page asking for a confirm box (OK /cancel) then if i click on "OK" it is asking for another confirm box (OK /cancel)
here am able to handle the first confirm box by using "alert.accept()"
But am not knowing how to handle the second confirm box.
Could someone help me out with this..