Posted 5 February 2026, 9:26 am EST
Hello Uttkarsh,
Thank you for the investigation.
While we understand the architectural decision to rely on UI Automation and expose content via the UIA Name property, this behavior is a blocking issue for us.
Selenium/Appium (via WinAppDriver / UI Automation) represents the current, Microsoft-recommended approach for automated UI testing on Windows. In these frameworks, the Name property is commonly used for element identification and is not a reliable or supported mechanism to validate visible runtime text. When TextDetached = True, the rendered label text is no longer programmatically accessible, making automated verification of UI state impossible.
Although this behavior may align with UIA guidelines, it does not meet the requirements of modern, enterprise-grade automated testing.
Without a supported way to access the visible label text via UI Automation (e.g. Value/HelpText or a dedicated text exposure option), C1Label cannot be used in our automated test environment.
This is currently a blocker for us, and we would strongly appreciate a supported solution or workaround.
Regards,
Andreas