eykxas
21 days agoRegular Contributor
Object Brower : annoying behavior
Hi everyone !
I have a very annoying issue. Sometimes, the object browser load the DOM in the same manner than "legacy features".
The normal behavior is this :
Custom Angular components are properly detected, like "AppSignRoot" in this example.
But sometimes, the tree look like this :
Custom components are not properly detected. Here, the "AppSignRoot" node is "Panel(4)".
If I hit the refresh button, everything gets back to normal like the first screenshot.
But, calling the Refresh() method on the page object or browser object (in my script and / or test item) does nothing.
The DOM is randomly not detected properly.
And I'm out of solutions.
Any idea ?