Forum Discussion
Object Spy is able to identify standard web elements (such as those with IDs, classes, etc.) when using SYSOPTEST. It only fails to recognize elements like confirm, alert, and other prompts. So I So I don't think the issue lies with the TestComplete extension—it might be related to the object namemapping or something like configuration.
Are you referring to the browser dialog i.e.
which TestComplete can identify the controls as
or web app dialog?
Again, TestComplete and the AUT need to have the same privileges. I'm not sure why you are using different user roles!?
- huabing5 days agoOccasional Contributor
The former, browser dialog. When I use Object Spy to drag the mouse to point to the object, it just keeps loading and shows "Searching for the object that is under the mouse cursor. Please wait..."
When I navigate to Object Browser and use "MGRTEST" role to run Edge and identify the alert, it displays
But when I use "SYSOPTEST" role to run Edge and identify the same alert, it displays
The "SYSOPTEST" role cannot identify the alert. But it can identify the normal element(id, class, etc.) So I'm confused.