As said in the title, I\'d like to find something like :contains() but to match an exact string. In other words, it shouldn\'t be a partial match. For example i
:contains()
Simple way is "select element by exact match" using pseudo function.
Solution Select element by exact match of its content