简体   繁体   中英

Selenium-IDE: Make a .java file run in the FireFox Extension

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM