A Brief Guide For Using XPath In Selenium With Examples

In selenium automation, to write any script we need to find elements, if we are not able to find the elements using locators like id, class, name, etc we here are using XPath to find an element on the webpage. XPath is not the only process that Selenium offers to find any element, XPath provides… Continue reading A Brief Guide For Using XPath In Selenium With Examples