Skip to content

City-of-Bloomington/link-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Link Checker

Link Checker uses selenium to crawl a website and look for problems. The results of the crawl can then be formatted and acted upon.

The script is tailored to our city website

The general pattern used is helpful for testing websites. The main script (link_checker.py in this case) establishes the browser window. This can be run interactively with "python -i link_checker.py". Functions and tests can be developed in a separate script (link_cheker_helper.py in this case), and those can be reloaded with 'reload(link_checker_helper)' in the python interpreter. I find this shortens the time it takes to get to the right place in the site being tested.

About

Selenium script to scan a website looking for problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages