Describe the problem
I am currently using Healenium Proxy and need to disable healing functionality on a test case by test case basis using the @DisableHealing annotation. This annotation works perfectly in Healenium Web, but it appears to be completely ignored in Healenium Proxy implementation.
Expected Behavior :-
The @DisableHealing annotation should work consistently across both Healenium Web and Healenium Proxy implementations. The ability to disable healing at the test case level is crucial for maintaining test reliability and ensuring that certain critical tests fail fast when UI changes occur, rather than potentially masking real issues through automatic healing.
Healenium Backend version
3.4.8
Selenium version
4.24.0
Platform
Java
Logs appeared during using Healenium
Cannot find sysmbol 'DisableHealing'
Additional context
No response