So this is the third product today I put this request in. WIX has ‘id’ assigned to each element which you can change. So why can you not see this ID in the source of the page generated. The whole point of ‘id’ is to be able to recognize an element.
Request:
Please make the ID the ‘id’ in the source, or e.g. ‘ref’ in the source, or add it to the id. Example, an image is ‘comp-jbw8gm9yimgimage’ but I am quite sure I put something else there.
Reason:
- Easier debugging in e.g. F12
- Referencing the elements in scripts
- test scripts are easier to make (example if you make unit/user tests in cypress you can use the id’s to check the content, trigger actions and so on)