Does JSSoup (which itself states “JavaScript + BeautifulSoup = JSSoup”) support a select() operation similar to Beautiful Soup or JSoup to select elements based on a CSS selector? I did not find it, does it probably exist with a different name? Answer You will not be able to utilize selector querying similar to querySelector and querySelectorAll. Here is the findAll