In this blog, we dive into Selenium's concept of XPath and focus on the somewhat surreptitious "dot XPath." You will learn what XPath is, how dot XPath differs from the standard XPath, and when to make the best use of it within your automation scripts. We are going to take you through a couple of real-world scenarios where using dot XPath will help you refine your element selection process. In the end of this blog, you would understand how to use XPath within Selenium and use it more effectively in writing test scripts.
Agenda:
1. What is XPath?
2. What is dot XPath?
3. When to use dot Xpath?
4. Difference between XPath & dot XPath.
5. Real World Example of dot XPath
6. What I have faced
7. Conclusion










