Firebug and Firepath deactivated in Firefox 50+?
- qatestingthreesixt
- Dec 1, 2021
- 1 min read

My Firebug and Firepath were working fine, but they just started acting strange. When I click on objects on webpage, and do Inspect Element, it just does nothing. I didn’t update or do anything on firefox. Here is the solution:
The property which I used to get back the Firepath and Firefinder under firebug is:
browser.tabs.remote.autostart.2 = false
Steps:
Open firefox
Type about:config in the explorer
Click on the I understand button
Now in the search box enter the above property browser.tabs.remote.autostart.2
Set the value as false (Use need to click the property to toggle the values)
Close the firefox and open again
Launch firebug …Now you should see your fire path and firefinder back
Kommentare