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 { return {
fullSelector: `${hostSelector} >>> ${shadowElementSelector}`, fullSelector: `${hostSelector} > ${shadowElementSelector}`,
hostSelector, hostSelector,
shadowElementSelector, shadowElementSelector,
mode: shadowContext.root.mode mode: shadowContext.root.mode