Login button properties are different in prod and non prod environments

Hi All

In our application the login button’s properties are different in prod and non prod selectors.

Prod:
tag=‘BUTTON’

Non Prod:
tag=‘IMG’

Also other properties are different. Its difficult to find common properties in the selector so that it will work on both prod and non prod.

Kindly help.

Hi @kkpatel,

Looks like non-prod and prod environments are not in sync.

For automation to start/complete, it is worthwhile to have non-prod in sync with prod site so you are developing on elements that exists in prod.

Regards
Sonali