Matcher
In Replay SDK, we provide 6 default matchers for locating elements.
Replay SDK uses a variety of algorithms and data to comprehensively determine how to accurately locate elements. The priority order of the matchers is as follows:
FullMatch: Perform exact matching using the selector and element content.
ContentMatch: Match by the element's content.
FuzzyMatch: Match by fuzzy matching the element's content.
SelectorMatch: Match elements using the selector.
PathMatch: Match elements using the path.
VisionMatch: Match elements through visual matching.
Last updated