Example #1
0
File: Cell.cs Project: zyme/JDI
 public SelectableElement Get()
 {
     return(WebElement != null
             ? new SelectableElement(webElement: WebElement)
             : new SelectableElement(_cellLocatorTemplate.FillByTemplate(ColumnIndex, RowIndex)));
 }