Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Telerik
Build great .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
Testing & Mocking
Debugging
Build JavaScript UI
Javascript
AI for Developers & IT
Ensure AI program success
AI Coding
Additional Tools
Enhance the developer and designer experience
UI/UX Tools
Free Tools
CMS
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.