feat: change shadowDOM full selector path

This commit is contained in:
RohitR311
2024-12-29 23:41:19 +05:30
parent a09b03e4a7
commit 542f4d31fa

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