Is there a CSS/XPATH checker, now that firefinder is gone?
In firebug, there was the firefinder tool that allowed you to check CSS and XPATH selectors. Since firebug is gone in the latest version of firefox, what options are available to check CSS and XPATH? Firefinder was by far the best tool for this, but now it appears that I need to use a chrome plugin, which isn't very reliable.
Επιλεγμένη λύση
No. Maybe will turn up or a Extension made.
If want good code nothing like the old things and in charge of code.
W3C
HTML https://validator.w3.org/
CSS https://jigsaw.w3.org/css-validator/
and https://validator.w3.org/i18n-checker/
and http://mobile.css-validator.org/
Please let us know if this solved your issue or if need further assistance.
Ανάγνωση απάντησης σε πλαίσιο 👍 1Όλες οι απαντήσεις (5)
The Developer Edition is the replacement for Firebug https://www.mozilla.org/en-US/firefox/developer/
Please let us know if this solved your issue or if need further assistance.
I have the developer version, but I don't see any functionality similar to firefinder
You can find XPath in the Copy sub menu if you right-click an element in the left pane in the Inspector.
Yes, I know you can right click and copy the css or xpath, but thats not what I am asking. I am asking about the functionality that was provided by firefinder add on. Does FF offer that somewhere now that firebug was removed and added to the developer version.
Επιλεγμένη λύση
No. Maybe will turn up or a Extension made.
If want good code nothing like the old things and in charge of code.
W3C
HTML https://validator.w3.org/
CSS https://jigsaw.w3.org/css-validator/
and https://validator.w3.org/i18n-checker/
and http://mobile.css-validator.org/
Please let us know if this solved your issue or if need further assistance.