Example #1
0
 public static IWebDriver ClickClearAll(this IWebDriver webDriver, int index)
 {
     return(webDriver.ClickClearContextMenu(index, ClearType.ClearAll));
 }