This app works best with JavaScript enabled.
Products
Developers
Pricing
Company
Changelog
Community
docs
Recipes
User Agents
selectorAll
Type:
<string>
|
<string[]>
Values:
CSS selector
It's the same than
selector
but it returns your a collection of results, being equivalent to
Document.querySelectorAll()
: