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

Selenium

Selenium is an umbrella project encapsulating a variety of tools and libraries enabling web browser automation. Selenium specifically provides an infrastructure for the W3C WebDriver specification — a platform and language-neutral coding interface compatible with all major web browsers.

https://github.com/mb-2211/orange

Automated login tests for https://opensource-demo.orangehrmlive.com.

java selenium selenium-java

Last synced: 16 Apr 2026

https://github.com/thecuriousjuel/monsterindia-web-scrapper

A text Scrapper which scraps data from Monster India Website built using Python, Flask, Selenium

flask html-css python3 selenium selenium-python

Last synced: 10 Apr 2026

https://github.com/miguelssimao/patreon-sort

A tool for sorting Patreon's posts by likes or comments, using Selenium and Python scripts

patreon python selenium

Last synced: 12 May 2026

https://github.com/daferferso/rooster_shift_finder

Rooster Shift Finder - This project enables the effective and efficient automation of shift scheduling on the Riders page of Pedidos Ya (Bolivia) using Puppeteer and proxies.

javascript nodejs prisma puppeteer rpa selenium typescript

Last synced: 11 Feb 2026

https://github.com/hokocodes/taste.io-2-imbd-2025

Converts taste.io ratings elements into csv for automating IMDb movie ratings in selenium

automation entertainment imdb movies ratings selenium tv

Last synced: 06 Sep 2025

https://github.com/aranyaadheu/reed_scrape

a real life data scrape project using selenium.

data-automation pandas python selenium web-automation webcrawler

Last synced: 06 Sep 2025

https://github.com/swanie21/chat-room-1.0

A chatroom with an automated response

html5 jquery localstorage sass selenium sketch webpack wireframe

Last synced: 12 Apr 2026

https://github.com/3y3l3ss0ur0b0r0s/selenium-for-beginners

My first tests in Selenium! Done using Dmitry Shyshkin's Udemy course on "Selenium WebDriver with Java for Beginners".

java selenium selenium-java selenium-webdriver testng testng-framework

Last synced: 15 May 2026

https://github.com/kianoushamirpour/crawl_google_scholar_with_selenium_fastapi_mongodb

Crawl google scholar profiles with selenium, store the extracted data in the MongoDB and serve the queries with FastAPI.

crawler fastapi google-scholar mongodb python selenium

Last synced: 16 Apr 2026

https://github.com/mytechnotalent/jtf

Java Selenium & Cucumber automation framework integrated with TestNG for BDD (Behavior-Driven Development) testing. This project enables writing test cases in Gherkin syntax and mapping them to Java step definitions for UI automation.

cucumber cucumber-java java selenium selenium-java

Last synced: 27 Feb 2026

https://github.com/priteshramani/propertyonion_webscraper

A Python-based scraper for Property Onion using Selenium for dynamic content and BeautifulSoup for HTML parsing. Features an interactive Streamlit frontend to display and explore scraped property data. Easy to use, modular, and ideal for property data extraction and analysis.

beautifulsoup python selenium streamlit

Last synced: 06 May 2026

https://github.com/jdaqualityenterprises/python-selenium-example

Test setting up python selenium framework in a docker container

docker python selenium

Last synced: 16 Apr 2026

https://github.com/tonyycruz/django-recipes

Neste projeto, foi desenvolvida uma aplicação full stack de um site de receitas utilizando Django Web Framework e Django Rest Framework possibilitando fazer um CRUD de receitas com um controle por parte dos administradores.

cors django django-rest-framework django-testing pillow pytest python python3 rest-framework selenium simple-jwt unit-testing

Last synced: 06 May 2026

https://github.com/maksmez/dlp_events_vkr

Проект разработанный для автоматического анализа событий DLP системы InfoWatch Traffic Monitor.

cryptography python selenium smtplib sqlalchemy sqlite yattag

Last synced: 16 Apr 2026

https://github.com/rohitgit0808/facebook-automation

This project is a Selenium TestNG automation framework designed to automate the Facebook signup process. Built using Java, it integrates Apache POI for data-driven testing and ExtentReports for detailed test reporting.

apachepoi-library css html5 java javascript selenium testng-framework

Last synced: 06 Sep 2025

https://github.com/hazembz/mlh-demo

A hybrid websites scraping system.

celery python redis scraping selenium web-automation

Last synced: 16 Apr 2026

https://github.com/mehedi-hassan81/mastercourse

Data analysis project analysing renewable energy production across 212 countries, visualizing trends with Tableau. Highlights China's dominance (2,894 TWh) and Paraguay's 100% renewable share.

data-analysis pandas python renewable-energy selenium tableau-dashboards tableau-public web-scraping

Last synced: 08 May 2026

https://github.com/07fahim/top-fifa-players-analyzing-performance-and-value-2012-2025

Analyze top FIFA/EA FC players from 2012 to 2025 to identify performance patterns, market value insights, and cost-effective career mode signings. Contains dashboards and scraping scripts.

jupyter-notebook padas python selenium tableau-public web-scraping

Last synced: 06 Sep 2025

https://github.com/automacao2024/auto_selenium_junit

Código-fonte : Automação de Testes com Selenium WebDriver e Java

java junit4 junit5 selenium selenium-webdriver

Last synced: 12 Feb 2026

https://github.com/kalpthakkar/jobpilot-ai

JobPilot AI is a next-generation, AI-powered job application and management platform that automates the end-to-end process of job searching, intelligent application submission, and workflow analytics. It combines state-of-the-art AI, ML, NLP, and cloud technologies to deliver a seamless, highly customizable, and extensible solution for job seekers.

artificial-intelligence automation beautifulsoup chromadb fastapi gmail-api jobs langchain llm lxml nlp nltk ollama python3 pywinauto rag scikit-learn selenium sqlite-database

Last synced: 08 Apr 2026

https://github.com/roboticautomata/selenium-restassured-testing-example

Selenium/Restassured for UI/API Testing in Maven, Testng, Java

api java restassured selenium testng

Last synced: 16 Apr 2026

https://github.com/anoopsimon/java-automation-docker

A Simple Maven project with Docker support

java maven selenium

Last synced: 06 May 2026

https://github.com/sathiyan2114/redbus-data-scraping-project

The Redbus Data Scraping and Analysis project aims to create an interactive application for data filtering, analysis, and automation of bus transit data extraction from the Redbus website.

data-filtering data-science data-scraping python selenium sql streamlit

Last synced: 12 Feb 2026

https://github.com/shivshanker869/practice_automation_selenium

This repository is purely for learning and practice purposes. It contains experiments, assignments, and frameworks built during my Selenium automation journey.

automated-testing bdd-framework cucumber eclipse extentreports junit maven page-object-model practice-project qa qa-practice selenium selenium-java selenium-webdriver test-automation testng web-automation

Last synced: 29 Apr 2026

https://github.com/tdworowy/seleniumexample

A few simple examples of web test automation with selenium.

selenium testing

Last synced: 20 Apr 2026

https://github.com/randjelaa/web-app-testing

This project contains automated tests for a Student Management System with a Spring Boot backend and Angular frontend. It focuses on verifying CRUD operations through Selenium UI tests and Postman API tests, as well as documenting bugs found in both applications. The goal is to ensure software quality and reliability.

angular api-testing postman selenium spring-boot

Last synced: 16 Apr 2026

https://github.com/roboticautomata/serenity-bdd-ui-testing-example

UI Test Automation Example with Serenity BDD Page Object Model

cucumber java selenium serenity

Last synced: 16 Apr 2026

https://github.com/pizzart/jam-analysis

python script to web scrape a ludum dare user's game ratings and show them as a graph

beautifulsoup ludum-dare matplotlib python selenium

Last synced: 13 Feb 2026

https://github.com/hasanazeerkhan/selenium-javascript-cucumber

This collection of exercises is designed to help you gain practical experience working with Selenium WebDriver, a popular tool used for automating web browser interactions.

cucumber javascript selenium wip

Last synced: 06 May 2026

https://github.com/erzinrost/yandex-wordstat

Application which automates keywords download on Yandex Wordstat with Streamlit interface

automation parsing selenium streamlit wordstat yandex

Last synced: 06 May 2026

https://github.com/alicbm/cepal_scraping

Este repositorio contiene el código necesario para automatizar descargas de bases de datos de la CEPAL además de la creación dinámica de tablas en SQL.

mysql pandas powerbi python3 selenium

Last synced: 09 Apr 2026

https://github.com/rahulsamant37/ecommerce-product-assistant

An AI-powered product assistant designed to enhance the Flipkart shopping experience by providing personalized recommendations, real-time support, and seamless product discovery.

etl-pipeline fastapi github-actions python selenium uv

Last synced: 14 Feb 2026

https://github.com/choonchernlim/selenium-driver-installer

Dynamically installs the latest Selenium browser driver and set its system property.

selenium

Last synced: 25 Apr 2026