Is there any application or simple way to convert all the commands recorded by Selenium IDE
to Java (Selenium WebDriver)
?
It would be a lot more ea
Update: Starting from SeleniumIDE 3.x unfortunately both functions mentioned in previous answers "Export" and "Options->Format" were removed (reason is the porting to the new WebExtensions format of Firefox and Chrome).
But a current alternative is Katalon Recorder which is available for Chrome and Firefox.
Katalon Recorder has an "Export" button and can export 3 Selenium formats, with TestNG, with JUnit and even with Thoughtworks WebDriverBackedSelenium and JUnit.
Just press "Export", choose your format, than "Copy to Clipboard" or "Save as file...".