Closed
Bug 382065
Opened 18 years ago
Closed 6 years ago
Implement Copy Selector feature
Categories
(Other Applications :: DOM Inspector, enhancement)
Other Applications
DOM Inspector
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: jason.barnabe, Unassigned)
Details
I think DOM Inspector should implement a Copy Selector feature. This would be a context menu item in the Document - DOM Nodes view that would copy to the clipboard various possible selectors for the selected element.
Possible selectors types:
-node name selector
-ID selector
-class selector
-"combined attribute" selector (ex: table[cellpadding=1][cellspacing=2])
-"positional" selector (ex: #foo > TABLE > TBODY > TR:first-child + TR)
Stylish 0.5 (https://addons.mozilla.org/firefox/2108/) adds this feature with the selector types listed above.
see also Bug 208500 - Copy XPath of Node in DOMInspector
Comment 2•6 years ago
|
||
Bulk close. This component is no longer supported or maintained.
https://bugzilla.mozilla.org/show_bug.cgi?id=1499023
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INCOMPLETE
Comment 3•6 years ago
|
||
Bulk close. This component is no longer supported or maintained.
https://bugzilla.mozilla.org/show_bug.cgi?id=1499023
You need to log in
before you can comment on or make changes to this bug.
Description
•