chore: lint

This commit is contained in:
karishmas6
2024-09-02 20:47:02 +05:30
parent 8fe1b61fdd
commit 116683bb82

View File

@@ -784,7 +784,6 @@ export const getNonUniqueSelectors = async (page: Page, coordinates: Coordinates
}
};
export const getChildSelectors = async (page: Page, parentSelector: string): Promise<string[]> => {
try {
const childSelectors = await page.evaluate((parentSelector: string) => {