Skip to content

Instantly share code, notes, and snippets.

@muditlambda
Created April 3, 2020 13:58
var alert_win = driver.SwitchTo().Alert();
Assert.AreEqual(expectedAlertText, alert_win.Text);
alert_win.Accept();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment