chore: revert

This commit is contained in:
karishmas6
2024-09-02 20:43:41 +05:30
parent 8d9663dc46
commit d66f071e63

View File

@@ -730,7 +730,7 @@ export const getSelectors = async (page: Page, coordinates: Coordinates) => {
* @returns {Promise<Selectors|null|undefined>}
*/
export const getNonUniqueSelectors = async (page: Page, coordinates: Coordinates): Promise<string> => {
export const getNonUniqueSelectors = async (page: Page, coordinates: Coordinates) => {
try {
const selectors = await page.evaluate(({ x, y }: { x: number, y: number }) => {