feat: don't use id for selector
This commit is contained in:
@@ -651,7 +651,7 @@ export const getSelectors = async (page: Page, coordinates: Coordinates) => {
|
||||
try {
|
||||
selector = isAttributesDefined(element, attributes)
|
||||
? finder(element, {
|
||||
idName: () => false,
|
||||
idName: () => false, // Don't use the id to generate a selector
|
||||
attr: genValidAttributeFilter(element, attributes),
|
||||
})
|
||||
: null;
|
||||
|
||||
Reference in New Issue
Block a user