Capture user input and actions with Selenium WebDriver using Java

Dave picture Dave · Nov 6, 2012 · Viewed 14.6k times · Source

Is it possible to capture user input/actions with Selenium WebDriver, in the same way that you can use the Selenium IDE for recording / creating tests?

i.e. when the user enters a URL, clicks a link, fills in a text box, clicks a button etc etc.

I'd like to be able to capture these actions using the WebDriver rather than just using the Selenium IDE, as I want to integrate with other classes available in my Java application.

Answer

sep picture sep · Aug 23, 2013

I attempted to offer a viable solution in Record Actions using Selenium

Hope this helps.