Is there a way to generate Java code whilst navigating to webpages in browsers such as Firefox or IE?
I am looking for a tool or browser plugin that records the actions I make and generates code to mimic them in real time.
Is there a way to generate Java code whilst navigating to webpages in browsers such as Firefox or IE?
I am looking for a tool or browser plugin that records the actions I make and generates code to mimic them in real time.
It seems that you want to use Selenium IDE, a Firefox plugin which allows you to record your actions so that they can be "replayed" by Selenium. This question may also be relevant.
You mean view the Javascript (as distinct from Java)? Right click and "view source." Or you can use the built-in developer tools or, as I use, Mozilla's Firebug. In Firebug, click on "Script" to view each page of code.