Problem:
When you run webdriver script it will not have IDE and Firebug addons. How to Run Firefox with Firebug and Selenium IDE addons??
Solution:
Download Firebug xpi and Selenium IDE file from mozilla and start the firefox profile.
Below is the solution for that:
Pre-requisites:
Download firebug.xpi and selenium-ide.xpi.
Firefox : 33
firebug version 2.0.9 (Get it from here : https://getfirebug.com/releases/firebug/2.0/) and download 2.0.9
Selenium IDe version : 2.9.0 ( http://docs.seleniumhq.org/download/) Download selenium IDE.xpi and extract it. From extracted files you have to use selenium-ide.xpi.
Output:
Once the browser is launched then you can see Firebug and Selenium IDE are available in your browser. It will help you in debugging your scripts..
Below is the code:
When you run webdriver script it will not have IDE and Firebug addons. How to Run Firefox with Firebug and Selenium IDE addons??
Solution:
Download Firebug xpi and Selenium IDE file from mozilla and start the firefox profile.
Below is the solution for that:
Pre-requisites:
Download firebug.xpi and selenium-ide.xpi.
Firefox : 33
firebug version 2.0.9 (Get it from here : https://getfirebug.com/releases/firebug/2.0/) and download 2.0.9
Selenium IDe version : 2.9.0 ( http://docs.seleniumhq.org/download/) Download selenium IDE.xpi and extract it. From extracted files you have to use selenium-ide.xpi.
Output:
Once the browser is launched then you can see Firebug and Selenium IDE are available in your browser. It will help you in debugging your scripts..
Below is the code: