Skip to content

saiharsha-22/Automation-Testing-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Script to auto fill Google Forms

This is a python script which can helps you to fillout the google form automatically by bot.

Steps to make it run

  1. Clone/Download this repository
git clone clone_path
  1. Downlaod the required packages
pip install -r requirements.txt
  1. To run the script you need to use the following command
python app.py
  1. To run this script you need to have selenium installed and you nedd to have geckodriver. you can downlaod geckodriver from here: https://github.com/mozilla/geckodriver/releases After downloading the geckodriver, need to set-path for that as shown below:
webdriver.Firefox(executable_path=
'D:\Selenium_RiponAlWasim\geckodriver-v0.18.0-win64\geckodriver.exe')

working

  1. You can add or delete the records in .csv file. Screenshot (589)

  2. Intially the number of responses in the google-form will be null(no-entries): screenshot is attached below: Screenshot (590)

  3. After ruuning the script, the bot will automatically take the records from .csv file and it will will the form. Screenshot (591)

you can check the working of the bot: https://user-images.githubusercontent.com/61947484/103747705-1029fb00-5029-11eb-8307-fcef2c8a3048.mp4

About

Filling out google forms directly using automation script.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages