Russolves / Typeracer-Project

This program utilizes the Selenium library to automate the playing of the online game Typeracer. Running the program will open the Google Chrome browser and start a new session as a guest for Typeracer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typeracer-Project

This program utilizes the Selenium library to automate the playing of the online game Typeracer at https://play.typeracer.com/. Running the program will open the Google Chrome browser in the current environment and start a new session as a guest for Typeracer. Note that the default setting opens an incognito window and plays Typeracer as a guest.

Additional Notes

The project utilizes both Xpath and CSS selectors to identify and interact with the web elements through Selenium's API. Note that the program is set to open the Google Chrome browser in incognito mode; this is to make sure that default Google Chrome browser settings do not interfere with the typeracer session, this can be changed through setting the Given that there is a variable to adjust how fast the type speed should be, if the typespeed causes words per minute (WPM) to exceed 100 WPM the program will also handle the image to text recognition challenge as well. Note that the program assumes ad-blocker is not installed in the user's web browser. If ad-blocker is installed then this could potentially interfere with the closing of pop-ups during the execution of the challenge method.

About Typeracer

TypeRacer is a free online typing competition that allows users to race against each other to see who can type the fastest. Participants are given a passage of text and must type it as quickly and accurately as possible. The time it takes to complete the passage is then compared to the times of other players who have taken the same test, and the fastest typer is declared the winner. TypeRacer is a fun and interactive way to improve one's typing speed and accuracy, and it is popular among people of all ages and skill levels.

About

This program utilizes the Selenium library to automate the playing of the online game Typeracer. Running the program will open the Google Chrome browser and start a new session as a guest for Typeracer.


Languages

Language:Python 100.0%