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

Create Python Project

In this lesson, you will create Python project in Eclipse. A Python automation project allows creating scripts or programs to perform repetitive tasks automatically, without human intervention, using the Python language.

Steps

Launch Eclipse IDE.

Choose the following menu option:

File >> New >> Project

Select the PyDev Project and click on the Next > button.

PyDev Python Project

Give a name to the project.

Select Python interpreter. You can auto configure the Python interpreter or select the custom one on the machine.

Create New PyDev Project

Click on the Next > button.

Click on the Finish button to create the Python project.

Join the conversation