I'm currently building out an automated testing framework for Sitecore. Currently I'm using Xpath to locate most of the elements because Sitecore generates IDs dynamically every time you load the page. This can get very tedious. Is there a better way to do this? Should I be using Xpath?I'm currently building out an automated testing