feat: remove tag & class

This commit is contained in:
karishmas6
2024-08-07 05:25:28 +05:30
parent 6cf7aa2ace
commit e453b45ac9

View File

@@ -759,8 +759,6 @@ export const getNonUniqueSelectors = async (page: Page, coordinates: Coordinates
const generalSelector = getSelectorPath(element);
return {
generalSelector,
tagName: element.tagName.toLowerCase(),
className: element.className,
};
}, coordinates);