Questions tagged [firepath]

FirePath is a Firebug extension that adds a development tool to edit, inspect and generate XPath 1.0 expressions and CSS 3 selectors.

With FirePath you can:

Edit XPath expressions and CSS3 selectors with auto completion for XPath (using TAB or up and down arrows). Evaluate the expression on HTML or any XML documents. Display the result of evaluations in a Firebug-like DOM tree. Highlight the results directly on the document displayed by Firefox (works only with HTML documents). Generate an XPath expression or a CSS selector for an element by right clicking on it and selecting "Inspect in FirePath" in the context menu. Define the evaluation context of an XPath expression or CSS3 selector. Choose the document in which to evaluate the XPath expression or CSS3 selector (only applicable for HTML documents with frames or iframes).

35 questions
3
votes
4 answers

Why doesn't FirePath work anymore since Firefox 51.0.1?

I have Firefox version 51.0.1 and Firebug version 2.0.18 (though it just says "deactivated"). I have been installing the latest FirePath over and over, but I don't see it appearing when I click the Firebug icon. They both are enabled in my…
Faiza_Minnelli
  • 45
  • 1
  • 3
  • 9
3
votes
4 answers

How to click a dynamic element in span class? Selenium WebDriver

Hi all I'm having a problem in this scenario. Please do give suggestion on what to to do. Tried using this xpath (not working): .//*[@id='76']/div/div[3]/span[1]/span Please do help me. Note: The 'Show Details' link are clickable they have…
3
votes
1 answer

How to get relative path in XPath?

I am facing an issue with FirePath I am getting html/body/center/center[3]/form/table/tbody/tr[1]/td[2]/input from the XPath of the FirePath. This is an absolute path. But I need a relative path. How to get it?
danish
  • 41
  • 2
  • 3
  • 5
2
votes
1 answer

Xpath code works in firepath but not in php script

$html = new DOMDocument(); @$html->loadHtmlFile($url); $xpath = new DOMXPath( $html ); //Query to pull all reviews on the page $q="//div[starts-with(@id,empReview_)]/h3/meta[1]/@content"; $nodelist =…
1
vote
1 answer

jQuery and xPath solution

Is there any jQuery plugin or tutorial or some script that works like FirePath in Firefox. What I need is to get Xpath location from code (something like xpather or firepath but written in php, jquery, javascript or some other script). What do you…
JO JOJO
  • 105
  • 9
1
vote
2 answers

Is something wrong with Firebug and Firepath?

My Firebug and Firepath were working fine, but they just started acting strange. When I click on objects on webpage, and do Inspect Element, it just does nothing. I didn't update or do anything on firefox. Anyone else having similar issues?
Maya
  • 7,053
  • 11
  • 42
  • 53
1
vote
4 answers

How to find xpath without firepath into firefox version 57.0

Facing difficulty to find xpath without firepath in new Firefox version 57.0. In the new Firefox version, firepath is not supported. Can anyone please suggest a new way for using xpath?
PARTH MODI
  • 55
  • 3
  • 8
1
vote
1 answer

Comparable seach box with Chrome tools similiar to Firebug/FirePath

Is there some comparable tool to the below screenshot in Chrome (screenshot below is firebug/firepath) I liked how the user can place the string of the xpath in the search box and as the user types if something matches it would highlight.
Andy Williams
  • 879
  • 1
  • 14
  • 33
1
vote
2 answers

FirePath not displaying HTML code after typing x-path

Upon typing xpath in fire-path text field, if x-path is correct then it'll display the corresponding HTML code. It was working fine previously. But now it's not displaying the corresponding HTML code even though the xpath is correct. Can anyone help…
joy
  • 111
  • 1
  • 3
  • 10
1
vote
2 answers

Selenium Webdriver no such element: Unable to locate element

I am new python selenium webdriver Student. I want to click() next button but it's not working. I am stuck here few days. Thanks you any help. Message Error: Message: no such element: Unable to locate element:…
rurucatcat
  • 11
  • 1
  • 3
1
vote
3 answers

not able to detect ui li Web Elements in Selenium Java

I am not able to find out xpath of Element "Test Drive Request" in Below Html Page. I tried by many xpath but these are getting detect only once while creating in firepath after page refresh if i am again checking then below xpaths are unable to…
Rahil Kumar
  • 426
  • 8
  • 23
1
vote
3 answers

Finding elements in dynamic web page using selenium

I am trying to find an input field in a dynamic page which alters web structure mainly div and style attribute depending on number of panels opens or closes. So the Xpath given by Firepath does not help here. The input field/Text field I am trying…
Anas Asif
  • 35
  • 6
1
vote
1 answer

how to locate images in a carousel using xpath in selenium?

How do I locate images on a carousel in a webpage? For example in www.Amazon.com how can I locate the image "Amazon FireTV"? I tried using firebug and firepath to get it's xpath. Here is the generated…
zlloyd
  • 111
  • 4
  • 14
1
vote
5 answers

FirePath tab not appearing in Firebug

I am facing this issue in FF ver. 24.0. I installed firebug version - 1.12.4 and installed the FirePath version 0.9.7. I am unable to see the FirePath tab in the Firebug panel when pressed F12. I tried to install Firebug version 1.11.4 and found…
user2930947
  • 11
  • 1
  • 1
  • 2
1
vote
2 answers

Save Firepath ( Firebug plugin ) result

i m using Firepath, a firebug extension for Firefox browser. How to show/save the result, example: want to grab all link in pages. there will be list of links in firepath window. Thank you
Andy
  • 393
  • 1
  • 5
  • 17
1
2 3