How do I search with XPath in Firefox Quantum 65?












0















I used to use FirePath and FireBug for XPath support in Firefox a long time ago, but those tools haven't worked with Firefox for some time. I was disappointed but found that I could still use the find feature in the inspector developer tool to look up elements. Today however (with Quantum 65.0.1, x64), I found it does not work anymore. See the //div search in the find box, highlighted in dark red:



Firefox doesn't find divs by XPath



I checked the developer tools settings and found nothing related to XPath search. I can still right-click an element and Copy its XPath. Is there anything I can do to search by XPath in Firefox these days?










share|improve this question



























    0















    I used to use FirePath and FireBug for XPath support in Firefox a long time ago, but those tools haven't worked with Firefox for some time. I was disappointed but found that I could still use the find feature in the inspector developer tool to look up elements. Today however (with Quantum 65.0.1, x64), I found it does not work anymore. See the //div search in the find box, highlighted in dark red:



    Firefox doesn't find divs by XPath



    I checked the developer tools settings and found nothing related to XPath search. I can still right-click an element and Copy its XPath. Is there anything I can do to search by XPath in Firefox these days?










    share|improve this question

























      0












      0








      0








      I used to use FirePath and FireBug for XPath support in Firefox a long time ago, but those tools haven't worked with Firefox for some time. I was disappointed but found that I could still use the find feature in the inspector developer tool to look up elements. Today however (with Quantum 65.0.1, x64), I found it does not work anymore. See the //div search in the find box, highlighted in dark red:



      Firefox doesn't find divs by XPath



      I checked the developer tools settings and found nothing related to XPath search. I can still right-click an element and Copy its XPath. Is there anything I can do to search by XPath in Firefox these days?










      share|improve this question














      I used to use FirePath and FireBug for XPath support in Firefox a long time ago, but those tools haven't worked with Firefox for some time. I was disappointed but found that I could still use the find feature in the inspector developer tool to look up elements. Today however (with Quantum 65.0.1, x64), I found it does not work anymore. See the //div search in the find box, highlighted in dark red:



      Firefox doesn't find divs by XPath



      I checked the developer tools settings and found nothing related to XPath search. I can still right-click an element and Copy its XPath. Is there anything I can do to search by XPath in Firefox these days?







      firefox firefox-developer-tools xpath






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Feb 18 at 16:07









      skia.heliouskia.heliou

      1,61021521




      1,61021521






















          1 Answer
          1






          active

          oldest

          votes


















          2














          Unfortunately, searching elements by XPath was never implemented in the DevTools Inspector directly, though there's a long-standing feature request for it in bug 963933.



          As a workaround, you can search by XPath using the command $x() in the console, or use the add-on Try XPath.






          share|improve this answer
























          • Good reminder about $x(). Not as convenient as just typing Ctrl + F, but it works

            – skia.heliou
            Feb 19 at 19:23











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1407080%2fhow-do-i-search-with-xpath-in-firefox-quantum-65%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          2














          Unfortunately, searching elements by XPath was never implemented in the DevTools Inspector directly, though there's a long-standing feature request for it in bug 963933.



          As a workaround, you can search by XPath using the command $x() in the console, or use the add-on Try XPath.






          share|improve this answer
























          • Good reminder about $x(). Not as convenient as just typing Ctrl + F, but it works

            – skia.heliou
            Feb 19 at 19:23
















          2














          Unfortunately, searching elements by XPath was never implemented in the DevTools Inspector directly, though there's a long-standing feature request for it in bug 963933.



          As a workaround, you can search by XPath using the command $x() in the console, or use the add-on Try XPath.






          share|improve this answer
























          • Good reminder about $x(). Not as convenient as just typing Ctrl + F, but it works

            – skia.heliou
            Feb 19 at 19:23














          2












          2








          2







          Unfortunately, searching elements by XPath was never implemented in the DevTools Inspector directly, though there's a long-standing feature request for it in bug 963933.



          As a workaround, you can search by XPath using the command $x() in the console, or use the add-on Try XPath.






          share|improve this answer













          Unfortunately, searching elements by XPath was never implemented in the DevTools Inspector directly, though there's a long-standing feature request for it in bug 963933.



          As a workaround, you can search by XPath using the command $x() in the console, or use the add-on Try XPath.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Feb 19 at 18:50









          Sebastian ZartnerSebastian Zartner

          5701412




          5701412













          • Good reminder about $x(). Not as convenient as just typing Ctrl + F, but it works

            – skia.heliou
            Feb 19 at 19:23



















          • Good reminder about $x(). Not as convenient as just typing Ctrl + F, but it works

            – skia.heliou
            Feb 19 at 19:23

















          Good reminder about $x(). Not as convenient as just typing Ctrl + F, but it works

          – skia.heliou
          Feb 19 at 19:23





          Good reminder about $x(). Not as convenient as just typing Ctrl + F, but it works

          – skia.heliou
          Feb 19 at 19:23


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1407080%2fhow-do-i-search-with-xpath-in-firefox-quantum-65%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          How do I know what Microsoft account the skydrive app is syncing to?

          When does type information flow backwards in C++?

          Grease: Live!