Skip to content

Automation with Python and Selenium to extract questions & answers

Notifications You must be signed in to change notification settings

dkasinets/print-exercises-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Use python and selenium to extract questions & answers from multiple pages of English exercise website www.perfect-english-grammar.com.

This selenium automation clicks buttons to show the answers, and extracts exercise questions & answers into newly created .html file.

The html files are properly formatted and can be printed and used to study them. This automation saves time on clicking multiple 'Show' buttons, manually copying questions & answers and formatting them before print.

To use this script you need:

ChromeDriver https://sites.google.com/a/chromium.org/chromedriver/downloads

Selenium WebDriver python package https://pypi.org/project/selenium/

To run type: python3 perfect-english-grammar.py

About

Automation with Python and Selenium to extract questions & answers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages