Hi Guys,
Here is an automation Extension that I've created during gt|hackathon
Armenia 2012:
Chromium browser automation (CBA) is chrome extension for chrome
browser automation:
1. CBA gives ability to setup step-by-step code injections from
Extensions popup interface.
2. Recording user interactions while he navigates in web pages
(filling the forms, clicking on buttons hiperlinks and smart mechanism
for DOM element path calculation).
3. Projects saving in browser's local storage.
4. Step by step code injection.
5. Ability of projects import and export.
6. Ability of using of extensions ready functions.
7. Abilioty using of Extension placeholders (For example to generate
unique numbers).
8. Ability of creating own actions
9. Ability to write your own code that will have access to web page's
DOM
Create project -> Record -> Edit Automation -> Manage -> Play
Thanks,