The default implementation is based on HTMLAgilityPack and selects from HTML documents https://code.google.com/archive/p/fizzler/
usage: SelectNodes( "https://www.outsystems.com/", "body ul li" )
will return the HTML of the nodes that match the provided CSS Selector