fix: increase maxParentLevels to 5
This commit is contained in:
@@ -122,7 +122,7 @@ class ClientSelectorGenerator {
|
||||
similarityThreshold: 0.7,
|
||||
minWidth: 50,
|
||||
minHeight: 20,
|
||||
maxParentLevels: 3,
|
||||
maxParentLevels: 5,
|
||||
excludeSelectors: ["script", "style", "meta", "link", "title", "head"],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user