Example #1
0
 public void DismissAlert(AlertBoxAction action, string text)
 {
     browser.DismissAlert(action, text);
 }