This project automates the registration of users using data from an Excel file. It leverages Selenium WebDriver to interact with the registration page and handle user registrations.
- Reads user data (username and email) from an Excel file.
- Automatically registers users on a specified website.
- Handles password input securely.
- Supports default and custom file paths for the Excel file.
- Logs the registration process and identifies any errors.
- .NET Core SDK
- Selenium WebDriver (ChromeDriver)
- ExcelDataReader library for reading Excel files.
- Google Chrome browser installed.