I have the webpage with kendoGrid with attached sourcecode
I can not able to identify the cell with the below code.
KendoGridDataCell element = driver.ActiveBrowser.Find.ByExpression<KendoGridDataCell>("class=~k-widget", "class=~k-grid", "GroupIndex=0", "|", "TagIndex=td:0", "Tagname=td");
Can anyone help on this.? Thanks