The Strict Selector is a targeting method that uses the selector information of a UI element to identify it on the screen. It is one of the four targeting methods available in UiPath Studio, along with Fuzzy Selector, Image, and Computer Vision1. The Strict Selector is considered to be the most reliable and stable targeting method, as it uses the attributes and properties of the UI element that are unlikely to change2.
At indication time, the Strict Selector has the following functionalities available:
Open in UiExplorer: This option opens the UiPath Explorer window, where you can inspect and edit the selector information of the indicated UI element, as well as use advanced features such as anchors, wildcards, variables, and regex3.
Copy to clipboard: This option copies the selector information of the indicated UI element to the clipboard, so you can paste it elsewhere, such as in a text editor or another activity.
Show all matches: This option highlights all the UI elements on the screen that match the selector information of the indicated UI element. This helps you to check if there are any duplicates that might cause the automation to fail at runtime. You can also use the Ignore text option to exclude the text attribute from the selector information, which might reduce the number of matches4.
The other options are incorrect because:
Option A is incorrect because it does not include the Show all matches option, which is available for the Strict Selector.
Option B is incorrect because it does not include the Open in UiExplorer option, which is available for the Strict Selector.
Option D is incorrect because it includes the Accuracy option, which is not available for the Strict Selector. The Accuracy option is only available for the Image targeting method, which allows you to adjust the similarity threshold between the indicated image and the target image5.
References:
Studio - Targeting Methods - UiPath Documentation Portal
Studio - Strict Selector - UiPath Documentation Portal
Studio - UiPath Explorer - UiPath Documentation Portal
Activities - Advanced descriptor configuration - UiPath Documentation Portal
Studio - Image - UiPath Documentation Portal