Open fen0s opened 2 years ago
Can we explore available solutions of that problem? E.g. https://github.com/qeeqbox/social-analyzer
social analyzer uses selenium for slow scans too, as you can see here: https://github.com/qeeqbox/social-analyzer/blob/main/modules/slow-scan.js implementation here is pretty good, but still, it has all the same cons/pros as using selenium in any case
currently Maigret may struggle with single page applications because of javascript reliance. current possible solution: use browser emulators (Selenium, Puppeteer) to have proper JS loaded pages pros:
cons: