

Usually, there are four types of operations that you do with the FireBug add-on.ġ- Display source – It gives you the ability to review the HTML of the web page after the JavaScript engine completes it processing.Ģ- Highlight changes – It allows to detect and highlight (in Yellow) any HTML changes as they appear on the web page.

Why is the FireBug useful in Selenium automation? It gives you control over the document object model of the web page so that you can modify, manage, and monitor the CSS, HTML, and JavaScript in real-time. It gels with FireFox so well to bring you plenty of tools for web development. What is FireBug Add-on?įirebug is the most famous add-on for the FireFox browser. XPath is much more than an address as it not only points to the end point, it also contains the whole map to lead to a destination. In Selenium, we treat XPath as one of the most trusted element locators. It behaves like an address to an HTML element such as check boxes, text, images, links, and divs, etc. XPath is a technique for uniquely identifying an element on a web page. How to use FireBug and FirePath to find locators? What is XPath?
