Is it possible to use a CSS selector to target an input that has a specific value?
Example: How can I target the input below based on the value=\"United States
value=\"United States
As mentioned before, you need more than a css selector because it doesn't access the stored value of the node, so javascript is definitely needed. Heres another possible solution: