コード例 #1
0
 public void LoadContactRecord()
 {
     if (ContactRecord.Displayed)
     {
         ContactRecord.Click();
         driver.FindElement(By.CssSelector("#efpViews_0037E00000Sk04D_option1 > span.optionLabel")).Click();
     }
     else
     {
         throw new Exception("Record is not found or not clickable");
     }
 }