What is XPath in C#?

What is XPath in Selenium C#?

XPath stands for XML Path Language.XPath is a approach for navigating across a page’s HTML structure in Selenium Automation. XPath allows testers to browse through any document’s XML structure, and it works on both HTML and XML documents. Selenium use the XPath identifier to select different elements.