ValueLabs interview question

How do you handle alerts using selenium?

Interview Answer

Anonymous

17 Jul 2017

Using the methods provided in the alert class - alert.accept() and alert.dismiss()

1