Can wildcards be used in objects that slightly change?
The object is really just a folder in a web portal, the problem is when a new folder is added, the path changes. Any suggestions would be helpful.
See below comparison of domxpath differences and picture of object
Old DOMXPath:
//div[@id='teamFoldersSlideoutContent']/div[3]/div[1]/div[1]/div[1]/table[1]/tbody[1]/tr[4]/td[2]/div[1]/div[1]
NewDOMXPATH:
//div[@id='teamFoldersSlideoutContent']/div[3]/div[1]/div[1]/div[1]/table[1]/tbody[1]/tr[5]/td[2]/div[1]/div[1]
