Do you find yourself doing the same thing over and over again? Do you always have something to say in a certain place, or would you like to test Firefox by setting it to do a number of tasks automatically? If any of this sounds interesting, go and get Selenium IDE.
Selenium IDE is an integrated development environment for Selenium tests. It is implemented as a Firefox extension, and allows you to record, edit, and debug tests. Selenium IDE includes the entire Selenium Core, allowing you to easily and quickly record and play back tests in the actual environment that they will run.
With that said, I also found a helpful tutorial on how to set up automated tasks with this extension as well.



Graba tus movimientos con Selenium IDE…
Con Selenium IDE puedes grabar acciones tales como hacer click en un enlace, escoger opciones o escribir en un formulario, y reproducirlas cada vez que lo necesites. El concepto se parece un poco a las macros de Word: ejecutas la grabadora, realizas l…
I still wondering whether this tool could be use for traffic exchange. What I mean is we should click to get hit in traffic exchange, rite? So, by using this extension, could it manage to click automatically?