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.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI for UI
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
UI Tools
CMS
Free Tools
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.