This is a code created to fill in a form using Python and Selenium, that was the goal of my LambdaTest Blog Article: How To Automate Filling In Web Forms With Python Using Selenium.
The form that is filled by this code is: https://ecommerce-playground.lambdatest.io/index.php?route=account/register
As a prerequisite for this code, you need:
- Download and Install Python
- Install Selenium WebDriver
pip install selenium
- Download and Install Visual Studio Code
In order to run this code, please run the command below:
python main.py