feat: change shadowDOM full selector path

This commit is contained in:
RohitR311
2024-12-30 02:55:21 +05:30
parent c3031811a6
commit cec2397a58

View File

@@ -882,7 +882,7 @@ export const getSelectors = async (page: Page, coordinates: Coordinates) => {
});
return {
fullSelector: `${hostSelector} > ${shadowElementSelector}`,
fullSelector: `${hostSelector} >> ${shadowElementSelector}`,
hostSelector,
shadowElementSelector,
mode: shadowContext.root.mode