Why doesn't FirePath work anymore since Firefox 51.0.1?

喜欢而已 提交于 2019-12-01 09:13:48
NarendraR

Please see the answer in this question. definitely it will work-

Firebug toolbar button is always shown deactivated since Firefox 51.0.1

Sebastian Zartner

Firebug development is discontinued and it does not work anymore once multi-process Firefox is enabled and clicking the Firebug button opens the Firefox DevTools instead. You can read more about this in the related Mozilla Hacks blog post.

This also affects FirePath, because it doesn't work with the Firefox DevTools.

They don't have an exact equivalent to it, but allow you to test XPaths via the $x() command within the command line. Furthermore, there are requests for copying the XPath of an element and for searching for XPaths within the Inspector.

There's also a way to get Firebug and FirePath work again by disabling multi-process Firefox. Though that is only a temporary solution, because multiple processes will be enforced in an upcoming version of Firefox.

What I did was just delete my Firebug and Firepath, download Firebug version 2.0.18 and install Firepath again. It is working fine for me.

Yang

The latest Firefox has used DevTool instead of Firebug.

You can reactivate Firebug to rework as the above mentioned links.

In about:config set the preferences browser.tabs.remote.autostart, browser.tabs.remote.autostart.1, and browser.tabs.remote.autostart.2 to false.

I am just sharing what I found while on google. Instead of downgrade anything, you guys can use ChroPath. It is available for both - Chrome as well as Firefox.

chrome plugin : https://chrome.google.com/webstore/detail/chropath/ljngjbnaijcbncmcnjfhigebomdlkcjo?hl=en

firefox plugin : https://addons.mozilla.org/en-US/firefox/addon/chropath-for-firefox/

here is video : https://www.youtube.com/watch?v=HZnMieaLY8c&feature=youtu.be

actual site : https://medium.com/@mailcoolsanjay/chropath-firepath-for-chrome-browser-3130e72b4754

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!