Hi @SnehalBh1
Have faced this issues couple of times and in my case its always came up with 2 possible reason.
-
Page Structure Changes:
The structure of your webpage might have changed since you last saved the activity. Because of this, some element selectors might not be recognized.
-
Delayed Element Loading:
The element you modified might be loading after the changes are triggered, so the system can’t find it in time. This results in the “missing or invalid element selector” error.
You can refer this document Element Selectors Used in the Visual Experience Composer
So check once what causing in your case - to start with you can check the DOM structure in browser and see if any element is missing.
Another way to recreate a same activity with experience and then compare that shows you the difference.
Hope this helps.
Thanks