fix: return selectors

This commit is contained in:
karishmas6
2024-06-06 05:11:59 +05:30
parent 6693099385
commit e03cfaf389

View File

@@ -677,6 +677,7 @@ export const getSelectors = async (page: Page, coordinates: Coordinates) => {
return generatedSelectors;
}
}, { x: coordinates.x, y: coordinates.y });
return selectors;
}
};