feat: Convert the modified path to a selector string

This commit is contained in:
karishmas6
2024-06-06 00:34:17 +05:30
parent 27e9945395
commit 28963cb96f

View File

@@ -446,7 +446,7 @@ export const getSelectors = async (page: Page, coordinates: Coordinates) => {
scope.counter += 1;
const newPath = [...path];
newPath.splice(i, 1);
const newPathKey = selector(newPath);
}
}