How you can convert any selenium ide tests from selenese to another language?



How you can convert any selenium ide tests from selenese to another language?..

Answer / Manju Hembrom

To convert Selenium IDE tests written in Selenese to another language like Java or Python, you can follow these steps:n
1. Export the test case from Selenium IDE as an HTML file.
2. Manually modify the HTML file to convert it to your preferred programming language. You'll need to change the syntax and functions according to the chosen language.
3. Save the modified file and run it using the appropriate Selenium library in your IDE.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Selenium Interview Questions

List some of the common automation frameworks.

1 Answers  


Which technique should you consider using throughout the script “if there is neither frame id nor frame name”?

1 Answers  


What are the languages supported by webdriver?

1 Answers  


How could ajax controls be handled in webdriver?

1 Answers  


Explain xpath absolute and xpath attributes.

1 Answers  


How are selenium ide, webdriver and selenium rc different from each other?

1 Answers  


What’s the difference between borland silk evaluation and selenium?

1 Answers  


How to insert a comment in selenium ide?

1 Answers  


Explain selenium waitfor commands ?

1 Answers  


What is a hybrid framework?

1 Answers  


When do you use selenium grid?

1 Answers  


While using click command can you use screen coordinate?

1 Answers  


Categories