I am working on a project of mine that will allow the user to launch a browser and start recording the clicks (xpath, css, click reference, combo-boxes, etc) so that the user would be able to playback the recording after their done. What i want to do is to build something that will record these clicks through xpath, url, or anything else. But i have prowled the internet for a method to create such program but i could not find anything. Only thing I found was selenium IDE (http://seleniumhq.org/projects/ide/), but I want to create my own, how can I access the browser and record the clicks or path that the user clicks on? Thanks!
Share
Maybe you want to study imacros for firefox.