All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Hi all,
I have a problem about searching in table. Actually, i need to verify listed items in table contains given input. However, i can not find true element for verification. I added images for you to understand the problem.
Hi,
I suppose your question is to find out all the elements with tag li in the given table right?
You can achieve it using a coded step with the line of code below:
IList<HtmlListItem> list = Pages.PageName.TableName.Find.AllByExpression<HtmlListItem>("tagname=li", "InnerText=~"+"<yourinput>");
Hope this is helpful!
Thanks,
Pravallika.