Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages