feat: Convert the modified path to a selector string
This commit is contained in:
@@ -446,7 +446,7 @@ export const getSelectors = async (page: Page, coordinates: Coordinates) => {
|
|||||||
scope.counter += 1;
|
scope.counter += 1;
|
||||||
const newPath = [...path];
|
const newPath = [...path];
|
||||||
newPath.splice(i, 1);
|
newPath.splice(i, 1);
|
||||||
|
const newPathKey = selector(newPath);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user