🚀 We are hiring! See open positions

How to select HTML elements by text using CSS Selectors?

by scrapecrow Oct 31, 2022

Unfortunately, it's impossible to select values by text using standard CSS selectors. However, many CSS selector clients used in web scraping implement extra functions to enable this useful functionality. For more see:

Related Articles