Monday, August 1, 2011

Web Bot Framework

Selenium is by far the best web bot making framework that I know of. This bot allows you to do so many things and was involved in the production of the Varolo Bot that I made.

Selenium comes with a Firefox browser recorder that make the process of programming the bot much easier. After you have it recorded, you can export the recording into a language that you like, such as Java or C#.

Once you finish optimizing and tweaking your bot you can test it on your computer or test it over a network using Selenium Grid.

Selenium Website: http://seleniumhq.org/

No comments:

Post a Comment