Merge pull request #403 from getmaxun/improve-scrape

feat: improve scraping stability
This commit is contained in:
Karishma Shukla
2025-02-04 22:52:25 +05:30
committed by GitHub
2 changed files with 262 additions and 183 deletions

View File

@@ -759,8 +759,7 @@ export class WorkflowGenerator {
selectors?.id,
selectors?.hrefSelector,
selectors?.accessibilitySelector,
selectors?.attrSelector,
selectors?.generalSelector
selectors?.attrSelector
]
.filter(selector => selector !== null && selector !== undefined)
.join(',');