コード例 #1
0
 public static void ClickNoElement(this IWebDriver driver)
 {
     driver.ClickElementWhenExists(By.XPath("//body"));
 }