0
votes

I'm new with Selenium and the documentation I can find doesn't really help.

I have recorded a script/test in the Firefox extension, then exported it into a .java file and edited it to include assertions. Now I have no idea how to get the test back into Selenium IDE as I get an error message saying command not found.

Due to internet security issues I cannot run the Selenium Server via cmd and run the tests through Eclipse or I would.

The question is: Is there a way to run a .java or .jar through the firefox extension of Selenium IDE?

1

1 Answers

1
votes

There is no way to import your file back into Selenium IDE. Once you export, it's in WebDriver format, which is completely seperate from the Selenium IDE format.