Fix Enum str mixup (PR #13112)
- The RelationType enum now also inherits from str, its values can now be used as a string value.
- Fixed conversion of plain str types to RelationType
- Use faster approach to get relations of type (using dedicated method in IAccessible_2_2)
Fixes #13109 - Thunderbird and Firefox were broken with PR #13096.