feat: remove text & href
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user