Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CSSSelector ¶
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)). Logic copied from JSoup: https://github.com/jhy/jsoup/blob/0b10d516ed8f907f8fb4acb9a0806137a8988d45/src/main/java/org/jsoup/nodes/Element.java#L829
Types ¶
type JSONMappable ¶
Click to show internal directories.
Click to hide internal directories.