feat: remove text & href

This commit is contained in:
karishmas6
2024-08-07 05:25:00 +05:30
parent 12a62df972
commit 6cf7aa2ace

View File

@@ -761,8 +761,6 @@ export const getNonUniqueSelectors = async (page: Page, coordinates: Coordinates
generalSelector,
tagName: element.tagName.toLowerCase(),
className: element.className,
text: element.textContent?.trim() || '',
href: (element as HTMLAnchorElement).href || undefined,
};
}, coordinates);