I am facing an issue in UiPath Studio 2025.10.6 LTS while configuring a target in modern UI automation.
Issue
-
When I indicate the target element, I am not able to select the Strict selector
-
The option is shown, but clicking it does not enable it
-
If I click Confirm without selecting Strict selector, Studio throws:
Object reference not set to an instance of an object
What makes this strange
-
We are automating the same application as before
-
This issue was not present in the older Studio version
-
It is happening at the time of selector/target configuration itself
Log analysis
From the Studio logs, the exception is coming from the UiPath Studio design layer, not from the target application itself.
Relevant entries point to:
-
UiPath.Shared.Recorder.Design.Windows.ElementEditorWindow.EnsureMaxHeight()
-
UiPath.Shared.Recorder.Design.Windows.ElementEditorWindow.ElementEditorWindowSizeChanged(…)
This makes it look like the error is happening inside the Element Editor / target selection window when the panel is being resized or rendered, rather than during actual runtime automation.
So based on the logs, it seems more like:
-
a Studio UI bug / null reference issue
-
or a problem triggered by the target editor when Strict selector is not getting initialized properly
-
possibly related to the combination of Fuzzy selector + Computer Vision + target editor window state
Environment
-
UiPath Studio: 2025.10.6 LTS
-
Modern UI automation
-
Computer Vision enabled
-
Fuzzy selector appears available
-
Strict selector is visible but cannot be selected
My understanding so far
Because the stack trace points to UiPath.Shared.Recorder.Design.Windows.ElementEditorWindow, this does not look like an application selector issue, but more like a Studio-side problem in the selector editor.
Questions
-
Is this a known issue in 2025.10.6 LTS?
-
Has anyone seen Strict selector become unclickable in the target editor?
Any suggestions would be really helpful.
Thanks in advance.


