Describes options when checking an element's Tags.
| Member name | Description | |
|---|---|---|
| Equals | Match tags that equal the specified query string. | |
| StartsWith | Match tags that start with the specified query string. | |
| EndsWith | Match tags that end with the specified query string. | |
| Contains | Match tags that contain the specified query string. | |
| Regex | Match tags by using a Regular Expression comparison. |
