sjdirect / abot

Cross Platform C# web crawler framework built for speed and flexibility. Please star this project! +1.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question

GioviQ opened this issue · comments

Does it crawl in memory DOM or I have to create my bot with Selenium (https://github.com/SeleniumHQ/selenium)?

AbotX has javascript rendering which would give you the final rendering of the page. Abot will download page source only. If you want to interact with the page and click on things (that are using javascript) then you would need an actual browser simulation like selenium.