feat: retrive class selectors for el
This commit is contained in:
@@ -332,8 +332,13 @@ export const getSelectors = async (page: Page, coordinates: Coordinates) => {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function classNames(input: Element): Node[] {
|
||||||
|
const names = Array.from(input.classList).filter(config.className);
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user