I currently have an application where users can highlight a specific html element on any website. User A can share this element with the other user, where user B will open the site and see that element highlighted. The problem is how to find the element that has been highlighted on the site if it has no ID. I can copy its outerHTML and then find element by that, but I am not sure that will always work, what if a few elements have the same outerHTML.