# Guide to downloading Selenium Python
Consider these: https://dzone.com/articles/top-10-automated-software-testing-tools https://medium.com/@briananderson2209/best-automation-testing-tools-for-2018-top-10-reviews-8a4a19f664d2 https://www.softwaretestinghelp.com/top-20-automation-testing-tools/ https://www.guru99.com/automated-testing-tools.html https://techbeacon.com/app-dev-testing/6-test-automation-tools-developers-love https://en.wikipedia.org/wiki/Test_automation https://testguild.com/automation-testing-tools/ https://www.outsource2india.com/software/articles/top-10-automation-testing-tools.asp https://www.quora.com/Which-is-the-best-automation-tool https://www.netsolutions.com/insights/top-10-automation-testing-tools/ There is a web automation tool called Selenium which basically automates your actions in chrome ("click this", "type this", "scroll here", "collect this"... etc) which was written by a bunch of awesome contributors. As Selenium is used in most of ...