Can Chrome debugger show me the full path to HTML element?
Using Chrome debugger, the "Copy as XPath" returns results that (I think)
are relative to the entity's parent element or maybe parent iframe
(document? form??). I need the entire path from window.top.document. The
entity is deeply nested in a page with many forms and iframes. Extra
points if I can the the path as a jQuery selector.
No comments:
Post a Comment