Most voted "abot" questions
Abot is a Web Crawler written in C#.
Learn more…2 questions
Sort by count of
-
3
votes1
answer331
viewsRobot to perform Phantomjs-like web procedures
Is there any framework or implementation way to navigate a website programmatically through c code#? I studied the frameworks phantomJS and Selenium, but these have some limitations in relation to…
-
2
votes0
answers39
viewsHow to change the DOM and click using ABOT
How can I capture the return of a button request submit using Abot? With the code below I can search through the árvore DOM, modify the values of my inputs and capture the element that performs the…