This project is an automation script using Puppeteer that logs into a HackerRank account, navigates to a specific section (in this case, Algorithms -> Warmup), and submits a predefined solution to the challenges.
- Automated Login: Logs into HackerRank using provided credentials.
- Navigation: Automatically navigates to the Algorithms -> Warmup section.
- Solution Submission: Automatically selects challenges and submits the provided solutions.
- Node.js: Make sure you have Node.js installed. You can download it from here.
- Puppeteer: Puppeteer is required for browser automation. It is installed via npm.
-
Clone this repository
-
Install the required dependencies
-
Run the automation script
git clone https://github.com/yourusername/hackerrank-automation.git cd hackerrank-automation npm install node app.js