Tag: Dynamic Xpath

  • Selenium with Javascript – Relative XPath Part 2

    Selenium with Javascript – Relative XPath Part 2 We had discussed about different type of Relative XPath in out last session, where we were writing xpath for a particular element based on the attribute and tag of the Element. So, we had seen different types of Relative XPath so that we can get a unique…

  • Selenium with Javascript – XPath Introduction

    XPath Introduction Hi friends so we are going to see XPath today in this session. What is XPath We had discussed about 8 types of Locators in our earlier session of Selenium, and XPath is one of those Locators. So, XPath is a Locator, which helps in locating Elements. XPath is called as xml path…