# Functions
Get a CSS selector that will uniquely select a provided HTML element If the element has an ID, returns #id; otherwise returns the parent (if any) CSS selector, followed by '>' followed by a unique selector for the element (tag.class.class:nth-child(n)).
# Interfaces
No description provided by the author