Testing Targeting Types
Of these types:
- querySelector - find first via CSS selector
- querySelectorAll - find all via CSS selector
- evaluate - find all via XPath selector
Fragment Identifiers below are mapped into their JS API equivalents. Text within the parentheticals is decoded (because URI escaping) and then passed to the chosen function. Open the console to see output.
Of these types: