feat: change shadowDOM full selector path
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user