Web Browser Automation

Automating tasks in a web browser can be useful when testing, web scraping, and more. In this project I used web browser automation to automate taks and test the functionality of the quiz feature on the Less Likely website.

Using Selenium I navigated to the website’s quiz page and completed the quiz with random input. By checking if the quiz output was displayed I was able to ensure that the quiz function worked.

Skills: Python, Selenium

Source Code