new SelectorEngine()
Methods
-
find(selector, context)
-
Find elements using passed selector.
Parameters:
Name Type Description selectorString CSS selector. contextHTMLElement | Document Context in which element should be found. Returns:
Found elements.- Type
- Array.<HTMLElement>