Skip to content

Basic Selenium based web automation implementation for filling a sample form(sample_page) contained in this repository.

Notifications You must be signed in to change notification settings

abhinav1602/Selenium-Web-Automation-Sample

Repository files navigation

Selenium-Web-Automation-Sample

Basic Selenium based web automation implementation for filling a sample form contained in this repository. I've included the Chrome Driver exe file for Chrome 73. Try Downloading the driver according to your version of Chrome from the reference provided in this file.

P.S: Requires Chrome Driver to be installed manually. Apart from that install packages from requirements.txt too.

Quick Start:

You can use the virtual environment for running the project::

$ pip install --upgrade virtualenv
$ virtualenv env_name
$ source env_name/bin/activate
(env_name) $ pip install requirements.txt
(env_name) $ python sample.py

Reference:

Chrome Driver: http://chromedriver.chromium.org/
Selenium Web Driver Documentation: https://www.seleniumhq.org/docs/03_webdriver.jsp

About

Basic Selenium based web automation implementation for filling a sample form(sample_page) contained in this repository.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages