Skip to content

This is an automation script using Puppeteer that logs into a HackerRank account, navigates to a specific section and submits a predefined solution to the challenges.

Notifications You must be signed in to change notification settings

UtsavUpadhyay08/Hackerrank_Automation_Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HackerRank Automation Script

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.

Features

  • 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.

Prerequisites

  • 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.

Installation

  1. Clone this repository

  2. Install the required dependencies

  3. Run the automation script

    git clone https://github.com/yourusername/hackerrank-automation.git
    cd hackerrank-automation
    npm install
    node app.js

About

This is an automation script using Puppeteer that logs into a HackerRank account, navigates to a specific section and submits a predefined solution to the challenges.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published