feat: move on to next el in the path
This commit is contained in:
@@ -281,9 +281,9 @@ export const getSelectors = async (page: Page, coordinates: Coordinates) => {
|
||||
query = `${path[i].name} ${query}`;
|
||||
}
|
||||
|
||||
|
||||
node = path[i];
|
||||
}
|
||||
|
||||
return query;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user