2023.12.13
 · One min read
Introduction
On December 13, we introduced three new features: the Visual Description Matching Method for selecting diverse visual elements, Targeted Annotations for precise debugging, and Precision Text Matching for flexible text matching.
Overview
- 
Visual Description Matching Method - Documentation: Matching Feature
- This feature introduces the matching()method, allowing users to identify and interact with UI elements based solely on textual descriptions.
- Enhances the flexibility of automated interactions with dynamic UIs.
 
- 
Targeted Annotations - Documentation: Annotate DetectedElements
- Introduces an AnnotationRequestparameter in theannotate()method, allowing users to annotate specific elements retrieved from user interfaces by theget()method.
- Simplifies debugging of UI element selection.
 
- 
Precision Text Matching - Documentation: Adjustable Similarity Score
- Introduces an optional similarity_scoreparameter for the.withText()method.
- Improves script resilience and minimizes mismatches in text-based automation.
 
