Skip to content

LambdaTest Blog Article: How To Automate Filling In Web Forms With Python Using Selenium

Notifications You must be signed in to change notification settings

paulocoliveira/article-automate-web-forms-with-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Automate Web Forms With Python

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

Installation

As a prerequisite for this code, you need:

  1. Download and Install Python
  2. Install Selenium WebDriver
pip install selenium
  1. Download and Install Visual Studio Code

Execution

In order to run this code, please run the command below:

python main.py

About

LambdaTest Blog Article: How To Automate Filling In Web Forms With Python Using Selenium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages