How do I search with XPath in Firefox Quantum 65?
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:
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
add a comment |
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:
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
add a comment |
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:
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
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:
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
firefox firefox-developer-tools xpath
asked Feb 18 at 16:07
skia.heliouskia.heliou
1,61021521
1,61021521
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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.
Good reminder about$x()
. Not as convenient as just typingCtrl + F
, but it works
– skia.heliou
Feb 19 at 19:23
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
Good reminder about$x()
. Not as convenient as just typingCtrl + F
, but it works
– skia.heliou
Feb 19 at 19:23
add a comment |
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.
Good reminder about$x()
. Not as convenient as just typingCtrl + F
, but it works
– skia.heliou
Feb 19 at 19:23
add a comment |
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.
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.
answered Feb 19 at 18:50
Sebastian ZartnerSebastian Zartner
5701412
5701412
Good reminder about$x()
. Not as convenient as just typingCtrl + F
, but it works
– skia.heliou
Feb 19 at 19:23
add a comment |
Good reminder about$x()
. Not as convenient as just typingCtrl + 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
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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