You may be familiar with FireBug, a Firefox add-on that lets you edit, debug, and view code from any web site. If you’re delving into automated testing, you’ll also want to use FirePath, a FireBug extension that lets you get the XPath for different web page elements, so that you can interact with them in your tests.
So how do you install FirePath?
Easy! In fact, it only takes two steps:
1. Install FireBug if you haven’t already. Open Firefox, navigate here, and click “+ Add to Firefox.”
2. While still in Firefox, navigate here and click “+ Add to Firefox” to add FirePath.
Voila! You should now have FirePath installed and ready to go. If you need help understanding how to use it, check out this straightforward guide with step-by-step instructions.