Matches elements that have the specified attribute and it contains a certain value.
Arguments:
| attribute | String | |
|---|---|---|
| An attribute name. | ||
| value | String | |
| An attribute value. Quotes are optional in most cases, but should be used to avoid conflicts when the value contains characters like "]". | ||