Example #1
0
 public virtual IList <WebElement> RowCells(WebElement row)
 => row.FindChildElements <WebElement>(new WebElement {
     XPath = "//td[@_ngcontent-c6]"
 });