feat: remove text & href
This commit is contained in:
@@ -761,8 +761,6 @@ export const getNonUniqueSelectors = async (page: Page, coordinates: Coordinates
|
|||||||
generalSelector,
|
generalSelector,
|
||||||
tagName: element.tagName.toLowerCase(),
|
tagName: element.tagName.toLowerCase(),
|
||||||
className: element.className,
|
className: element.className,
|
||||||
text: element.textContent?.trim() || '',
|
|
||||||
href: (element as HTMLAnchorElement).href || undefined,
|
|
||||||
};
|
};
|
||||||
}, coordinates);
|
}, coordinates);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user