Is there a way to convert selenium webdriver java code into selenium ide HTML? I have a test case in java but I want it to run on selenium ide. Can anybody help?
Asked
Active
Viewed 170 times
0
-
As far as i know answer is NO. – NarendraR Feb 09 '17 at 05:23
-
@NarendraRajput Thanks for your reply. – Rabia Asif Feb 09 '17 at 05:34
1 Answers
0
Selenium IDE allows two conversation :
- Export recorded script. As per this link Reference
You can export test cases from selenium IDE to other format.
- For convert code in Selenium IDE source tab Reference
Here you have option to convert already recorded script and view.
Now answer : As per my experience and research user can not give selenium webdriver code in selenium IDE and convert it. Just record same steps as written and save it.