Is there an option to export the tests as "Java / JUnit /Webdriver"
or 'Enable Webdriver Playback'
option using latest Selenium IDE
? I added this extension to my Firefox
browser and I don't find these options. It actually saves the file as testName.side
format. When I open this file in EclipseIDE
, it is actually in a JSON
format.
I have a requirement where I need to quickly navigate through all the links across multiple pages and I thought SeleniumIDE
will be the best option where I can use the 'Enable Webdriver Playback'
option and run it in all the browsers.
Any thoughts on this?
Here is the link to the Selenium IDE documentation SeleniumIDE_Documentation