简体   繁体   中英

Is there any way to get a Firefox version with FireBug and FirePath

I know that the support for FireBug ended years ago and that it has been moved into the Developer tools. Though, is there any possible way out there to get work again?

Sadly i don't have a machine any longer with Firefox and these two addons installed on it. If so, i already found a solution to get it work again. But i need to start from scratch again. Honestly, i don't see any way to get it work again because it was removed from the addons search of FireFox.

Anyway. Any help would be much appreciated.

Firebug only worked on in Firefox versions up to 56, because starting from [Firefox 57 only WebExtensions][6] are supported and Firebug is based on different APIs. The last version of Firebug was 2.0.19. Just search for it in your favorite search engine and you'll find where to download it. The same accounts for FirePath.

So, you would need to download Firefox 56 and Firebug 2.0.19 .

Having said that, I recommend not trying to switch back to these very outdated versions. They have security issues and it doesn't make sense to develop on an outdated browser, which lacks any newer web technology.

The Firefox DevTools already provide some support for XPath and CSS selector searches like FirePath did. Just open the Inspector, press Ctrl + F or Cmd + F to focus the search field and start typing your XPath or CSS selector. Furthermore, they provide an $x() helper function allowing to return all elements matching an XPath.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM