UI Identifiers

Hi,
The web application I am working with changes the identifiers. I validate the element and highlight it and save it. It works one time. In the next run the element does not get identified. The only Framework that could identify is default framework. Can you please help how to resolve this?

Thank you,

Hi @A_Learner

Did you try changing the framework from default to Active Accessibility and try

Open the UI Explorer and make the selectors dynamic so that it clicks the element.

Regards

Thank you, @Parvathy
When I do a ABC* in the identifier, it immediately turns red.
Even if I keep it, it is not constant, changing every time.

AA and UIA are giving me entire browser screen.

Thank you,

@A_Learner,

Try adding other attributes like aaname, innertext etc to selector instead of relaying on single attribute.

Thanks,
Ashok :slight_smile:

Tried those. In the UI Explorer it shows green. But when I save it, says element not found. Either the application state is incorrect or the identifcation is incorrect and it says element not found.

Thank you

Hello

Give this a try:
Once you have it validated (green) press refresh on the browser.

Then press “repair” on the edit selector window and indicate the element again.

Hopefully this helps,

Cheers

Steve

Hi @A_Learner

Please share the Properties of UI Explorer so that it will easy for us to tell about which selector to be made dynamic. Try to make the aaname or innertext dynamic.

Once you indicate the Click confirm and save the element and after that in the Properties panel edit by opening the UIExplorer window .

Regards