fix: return selectors
This commit is contained in:
@@ -677,6 +677,7 @@ export const getSelectors = async (page: Page, coordinates: Coordinates) => {
|
|||||||
return generatedSelectors;
|
return generatedSelectors;
|
||||||
}
|
}
|
||||||
}, { x: coordinates.x, y: coordinates.y });
|
}, { x: coordinates.x, y: coordinates.y });
|
||||||
|
return selectors;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user