Can selenium recognize aria-uuid as an ID for object recognition?
问题 I recently recommended to my devs to add IDs to each element on the project I'm working to make automation more robust, they added in aria-uuid to each element. I cannot get anything to recognize these IDs! I'm wondering if it is even possible? I'm using python/selenium. I've tried identifying elements by ID, I've done CSS selectors and xpaths but they have had a history of breaking between new builds. Relevant html: input class="short ng-valid ng-not-empty ng-valid-min ng-valid-required"