feat: move on to next el in the path

This commit is contained in:
karishmas6
2024-06-05 22:34:02 +05:30
parent 3d96faf9ac
commit 82a447cd5d

View File

@@ -281,9 +281,9 @@ export const getSelectors = async (page: Page, coordinates: Coordinates) => {
query = `${path[i].name} ${query}`; query = `${path[i].name} ${query}`;
} }
node = path[i];
} }
return query;
} }