Skip to content

yasiniyigun41/gs-automation-selenium

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automation of GS webpage with Selenium library (Python)

This automation is created for running in any environment where Python and Chrome are installed or in Docker.

Requirements:

  • Python 3.6.8 or higher
  • Chrome 81.0.4044.122 or higher

Setup:

  • First, install required python packages. Run following command from folder where is this repository cloned:
python -m pip install -r requirements.txt
  • Then just run project and watch ow outomation works. Parameter --headless can be used to run automation in background without visible browser running:
Substitute $NAME and $PASSWORD in above command with your credentials for GS webpage.
python main.py --name=$NAME --password=$PASSWORD --headless
  • To make project available also for docker, Dockerfile is created. To run project in docker, follow this tutorial.
Setting up is done in Ubuntu 18.04.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.9%
  • Dockerfile 3.1%