views:

998

answers:

4

I have a webpage I want to use with YQL. But I need the xpath of a specific item. I can see it in the debug tools area for google chrome but I don't see a way to copy that xpath.

Is there a way to copy a full xpath or an extension to do it?

Thanks,

G-Man

+2  A: 

If you're willing to install Firefox in addition to Chrome, you could use the the xpather extension.

Adrian Grigore
A: 

Chrome Extension ChromYQLip: https://chrome.google.com/extensions/detail/bkmllkjbfbeephbldeflbnpclgfbjfmn

robinhowlett
+1  A: 

In Firebug in Firefox, you can right click on an element after inspecting it, and choose Copy XPath. I could not get ChromYQLip to work smoothly.

Ivanoats