Course Content
Selenium Python First Script
Selenium Python First Script
0/2
HTML Form elements
HTML Form elements
0/1
Handle HTML Frames
Handle HTML Frames
0/2
Handling Dropdown Lists
Handling Dropdown Lists
0/2
Selenium Action class
Selenium Action class
0/1
Selenium Python for Beginners [ 2024 ]
About Lesson

Export Selenium IDE Test Cases

Selenium IDE allows you to export test cases to various programming languages. You can run the tests with other programming languages or integrate them with the CI/CD pipeline.

Export Test Cases

  • Launch the Selenium IDE tool.
    Open test project.
  • Select the test case or test suite you want to export.
  • Click on the three dots button and choose the Export option.
  • Select the desired programming language:
    Java, Python, C#, JavaScript, etc.

Export Selenium IDE Test cases

  • Click on the EXPORT button.
  • Save the exported test case script to your computer.
Join the conversation