Firepath and Firebug are very useful Firefox add-on. We need to download and install Firepath and firebug to get xpath quickly in selenium. Firebug is the most famous add-on for the FireFox browser. 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.
Install Firebug in Mozilla
Step 1 :- Navigate to the link: -https://addons.mozilla.org/en-us/firefox/addon/firebug/
Step 2 -: Click on the button 'Add to Firefox' and click on install button
Install FirePath in Mozilla
FirePath :- This plugin extends the capability of the FireBug add-on. It brings the options to modify, inspect and produce XPath and the CSS Selector locators.
Step 1 :- Navigate to the link: -https://addons.mozilla.org/en-us/firefox/addon/firepath/
Step 2 :- Click on the button 'Add to Firefox' and click on install button
Step 3 :-Now, you can press “F12” command and check the “FirePath” option got added in the Firebug’s toolbar.
Comments
Post a Comment