feat: bottom up search by traversing the DOM tree upwards from the element for CSS selector

This commit is contained in:
karishmas6
2024-06-05 11:41:56 +05:30
parent ee624361ff
commit 4e2c80d056

View File

@@ -250,42 +250,6 @@ export const getSelectors = async (page: Page, coordinates: Coordinates) => {
return path;
}
};