'node Selector' to run
The selector supports the following selectors:
- class - starts with a capital letter e.g. "StackView"
- classNames - starts with a '.' e.g. ".container"
- identifier - starts with a '#' e.g. #videoMode"
- exit - to end the program
The results will be printed directly to the console.
-Works with multiple selectors with no space
-Filters results to make sure they include subsequent selectors
-Works for both classNames and identifiers
-Works with multiple selectors with a space in between
-Prints the results of each selector in it's own table
-No limit to the number of selectors