An open API service indexing awesome lists of open source software.

https://github.com/shannon-kioko/selenium-scraper

This project is a web scraper developed using Selenium WebDriver to automate the process of updating roles on a webpage containing student data by navigating through multiple pages, identifies specific roles such as "No Role," and changes them to "Student" based on predefined conditions. This tool significantly reduces the time and effort used.
https://github.com/shannon-kioko/selenium-scraper

chromedriver python3 selenium-webdriver webscraping

Last synced: 4 months ago
JSON representation

This project is a web scraper developed using Selenium WebDriver to automate the process of updating roles on a webpage containing student data by navigating through multiple pages, identifies specific roles such as "No Role," and changes them to "Student" based on predefined conditions. This tool significantly reduces the time and effort used.

Awesome Lists containing this project

README

        

# Web Scraper for Automating Role Updates

## Overview

This project is a web scraper designed to automate the process of updating user roles on a webpage.
The scraper uses Selenium WebDriver to navigate through pages of student data and automatically updates roles that are labeled as "No Role" to "Student." This automation helps to reduce the manual workload involved in managing user roles and ensures data consistency.

## Features

- **Automated Navigation:** Automatically navigates through multiple pages of student data.
- **Role Identification:** Identifies rows with the "No Role" status.
- **Role Update:** Updates "No Role" entries to "Student" based on specific conditions.
- **Error Handling:** Includes error handling for common issues such as element visibility and connectivity.