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/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/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/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/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/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/maksva213/scraping-using-beautifulsoup

This Python script scrapes booking data for the Albertpark Golf Club and exports it to Excel files.

beautifulsoup4 logging pandas pyexcel python python-script python-selenium python3 requests selenium selenium-webdriver

Last synced: 05 Mar 2026

https://github.com/emceldz/xbot

An autonomous agent framework for X (formerly Twitter) powered by Selenium and OpenAI's GPT models. Designed for intelligent content creation, community engagement, and strategic account growth with self-learning capabilities.

autonomus-agents chromadb openai python selenium x-bot

Last synced: 01 Mar 2026

https://github.com/shahabas07/cura-test-automation

Automated and manual testing framework for CURA Healthcare Service web app using Selenium, PyTest, and GitHub Actions CI/CD.

allure-report automation ci-cd github-actions pytest python qa selenium selenium-webdriver testing

Last synced: 16 Apr 2026

https://github.com/drsarcenor/fetchnews

Aplicación en Streamlit que dado el prompt (se espera un nombre), muestre links a las noticias relacionadas con él y puedan ser descargadas en diferentes formatos, ya sea .pdf o imagen, o que el usuario pueda visitar los links para su verificación.

api beautifulsoup4 nlp nlp-machine-learning reinforcement-learning selenium selenium-webdriver streamlit streamlit-webapp webscraping

Last synced: 19 Apr 2026

https://github.com/wwakabobik/python_test

Python testing examples

pytest python qa selenium testing webdriver

Last synced: 16 Apr 2026

https://github.com/rahul-sahani04/gemini-whatsapp-bot

A Python-based WhatsApp bot that uses Selenium for web automation and the Gemini API for generating responses, with enhanced logging and configuration management.

gemini gemini-api python python3 scraping selenium selenium-webdriver whatsapp

Last synced: 05 Mar 2026

https://github.com/moustafamohamed01/web-summarizer-ai

A Python tool to scrape and summarize website content using AI. Built with Selenium, BeautifulSoup, LLaMA 3.2, and Google's Gemini AI, this project extracts the main text from any website and generates a concise summary in markdown format. Perfect for quickly understanding long articles, blogs, or news pages.

ai beautifulsoup gemini-ai llama python selenium text-preprocessing web-scraping

Last synced: 17 Apr 2026

https://github.com/g4-api/g4-services

A comprehensive interface for managing templates, environments, integration metadata, and automation workflows within the G4™ Engine.

automated-testing automation automation-framework rpa rpa-robotic-process-automation selenium selenium-webdriver service

Last synced: 01 Apr 2026

https://github.com/argodevops/example-pybehave-selenium-testing

Example repository demonstrating Gherkin style tests using behave and selenium

behave python3 selenium

Last synced: 17 Apr 2026

https://github.com/sourasishbasu/producttracker

Track price drops and Check for product availability using webscraping

beautifulsoup python script selenium webscraping

Last synced: 17 Apr 2026

https://github.com/lexxx42/testing_automation_selenium

Test Automation with Selenium and Python

automation pytest python selenium

Last synced: 17 Apr 2026

https://github.com/sandipgyawali/selenium_testing

Selenium automation testing intro with appropriate functionality.

automated-testing introduction javascript nodejs selenium

Last synced: 17 Apr 2026

https://github.com/fernelyvrs/selenium-cucumber-demo

Automatizar el proceso de inicio de sesión con selenium y cucumber.

cucumber java junit selenium selenium-webdriver

Last synced: 17 Apr 2026

https://github.com/khushi130404/job-scraper

Job Scraper is an automated tool that extracts job listings from LinkedIn, Glassdoor, Indeed, Shine, Freelancer, and Accenture using Selenium, Scrapy, APIs, rotating proxies, and VPNs. The scraped data is stored in JSON, CSV, and XLSX formats for easy analysis.

beutifulsoup chrome-driver rotating-proxy scrapy selenium

Last synced: 17 Apr 2026

https://github.com/victorlcastro-dsa/whatsapp-message-sender

The WhatsApp Message Sender project is a Python script that automates sending messages via WhatsApp Web using Selenium. It loads contacts from an ODS file and sends personalized messages to each contact. The project includes configuration settings, browser management, contact loading, and message sending functionalities.

automation selenium whatsapp whatsapp-bot

Last synced: 17 Apr 2026

https://github.com/promathbul/stepik_auto_tests_course

Практические задания из курса по автоматическому тестированию на stepik.org

autotesting page-object pytest python selenium selenium-webdriver unittest

Last synced: 17 Apr 2026

https://github.com/alexandrahc/selenium-ci-cd-demo

Selenium CI/CD Integration Demo for the course

automated-tests csharp selenium selenium-csharp

Last synced: 17 Apr 2026

https://github.com/joselucasapp/who-unfollow-me-github

This app is a Python script that uses web scraping and multithreading to identify GitHub users you don't follow and users who don't follow you back. This bot helps you manage your GitHub follower relationships efficiently.

follow follow-bot github python selenium threading threads tracker webscraping

Last synced: 04 Apr 2026

https://github.com/barteco/testime

Testing toolkit for .NET Core applications

selenium testing xunit

Last synced: 17 Apr 2026

https://github.com/dunnnan/reservation-interface

Spring Boot web application that serves as an interface and blueprint for a reservation service for any resource.

bdd bootstrap cucumber java selenium spring-boot tdd thymeleaf

Last synced: 04 Apr 2026

https://github.com/siddik-1997/app-automation-on-google-calculator-with-selenium-appium

This Git project demonstrates app automation on the Google calculator app using Selenium and Appium. The tests cover different calculator functions such as addition, subtraction, multiplication, and division. The project also includes generating an Allure report for test results analysis and visualization.

androidstudio apk appium appium-android intellij java-8 selenium selenium-webdriver

Last synced: 19 Apr 2026

https://github.com/diloabininyeri/chrome

It allows you to perform actions by communicating with chrome dev-tools, such as going to this site, taking data, taking a photo, opening a new tab or clicking this button.

chrome chrome-headless dev-tools php selenium webdriver websocket ws

Last synced: 19 Apr 2026

https://github.com/ferdyciputra/serenity-starter-project-web

This is Starter Project Web Automation Testing Using Selenium, Cucumber, JUnit and Serenity BDD for Reporting

automated-testing cucumber java junit selenium serenity serenity-bdd

Last synced: 20 Apr 2026

https://github.com/ryanxloi/brant-steele-hunger-games-creation-script

A script to automate the creation of simulated hunger games using Brant Steele's Hunger Games Simulator

automation python selenium

Last synced: 20 Apr 2026

https://github.com/shiningflash/web-scraping

Web scraping with Python using the Beautiful Soup and Scrapy.

beautifulsoup python scrapy selenium web-scraping

Last synced: 20 Apr 2026

https://github.com/monykpenafor/webscraping

Raspagem de dados com python, selenium e beautifulSoup | webscraping with python, selenium and bs4

beautifulsoup4 pandas python selenium

Last synced: 21 Apr 2026

https://github.com/random-python/pypirepo

Provide https://pypi.org repository operations: create, delete, update

pypi python repository selenium setuptools twine

Last synced: 22 Apr 2026

https://github.com/cihat-kose/cucumber-practice-lessons

Created for QA learners: Realistic Cucumber BDD lessons using Selenium, TestNG and data-driven techniques with clear reporting and structure.

apache-poi cucumber java java-selenium-testng-cucumber-maven maven selenium testng ui-test-automation

Last synced: 22 Apr 2026

https://github.com/kurotom/getpycomic

Take the manga/comics wherever you want.

cbz comic manga scraping selenium

Last synced: 22 Apr 2026

https://github.com/dharmzeey/webscraping-institution

This was used to extract all the tetiary institutions that are in Nigeria as at 2023 from reputable websites (NUC for Universities, NBTE for tehnical institutions).

chromedriver python selenium selenium-python

Last synced: 24 Apr 2026

https://github.com/mennatallahhxx/qacartselenium

This repository contains the labs of the Selenium WebDriver Course by QACart Academy

automation java selenium software-testing

Last synced: 24 Apr 2026

https://github.com/testingbot/testingbotctl

A command line interface for the TestingBot platform. Run Maestro, XCUITest and Espresso.

espresso maestro selenium xcuitest

Last synced: 24 Apr 2026

https://github.com/cs-magic-open/scraper_companies

自动化公司信息获取脚本(基于企查查)

aigc jupyter-notebook selenium sqlmodel web-scraper

Last synced: 24 Apr 2026

https://github.com/areal060781/ui-taf-pytest

Basic structure of an E2E UI Automation project with Pytest and some test examples

allure appium functional-testing pipenv pom pytest python selenium unittest

Last synced: 25 Apr 2026

https://github.com/laurielylourenco/coisinhas-bot

Aprendendo fazer um bot para Instagram que usa de web scraping em Python, fazendo uso do ChromeDriver para automação do navegador Google Chrome.

bot instagram python3 selenium selenium-webdriver webscraping

Last synced: 25 Apr 2026

https://github.com/toofancodes/scrapperathleticscontacts

StaffScrapper is a smart and flexible web scraper built for one job: collecting staff contact details from athletics department websites. Whether you're pulling emails, job titles, or phone numbers — even from JavaScript-heavy or obfuscated sites — this tool handles it with ease. Designed for marketing teams, outreach coordinators, and data analys

beautifulsoup beautifulsoup4 python requests scrapping-python selenium selenium-webdriver webdriver-manager

Last synced: 25 Apr 2026

https://github.com/reddomgt/pythonseleniumtestframework

This repository contains a modular and scalable Selenium-based test automation framework built with Python. It is designed to simplify web application testing by following best practices, including the Page Object Design Pattern and data-driven testing. The framework supports multiple browsers, dynamic browser selection at runtime...

browser-automation cross-browser-testing page-object-model pytest python selenium selenium-python test-automation testing webdriver

Last synced: 25 Apr 2026

https://github.com/montana054/orangehrm-ui-automation

UI test automation for OrangeHRM using Selenium, Pytest, and Allure.

allure automation orangehrm pytest python qa selenium

Last synced: 26 Apr 2026

https://github.com/matzalazar/moodle-downloader-upso

Script de automatización para scraping estructurado en plataformas Moodle (versión UPSO). Extrae jerárquicamente cursos, semanas, temas y archivos descargables (.pdf, .docx, etc.), con soporte para integración de tareas vía API de Todoist. Incluye logs, ejecución modular y soporte incremental.

academic-tools automation moodle selenium web-scraping

Last synced: 27 Apr 2026

https://github.com/ra-hul/rest-assured-api-automation

In this project, using Rest Assured API has been automated to create some users, Login in with their valid credentials, and perform some transactions between created different kinds of users (Agent,Customers, Merchants) as well as checking the balance.

java restassured selenium testng-framework

Last synced: 27 Apr 2026

https://github.com/liamarguedas/steam-scraping-selenium

Selenium-based scraping algorithm for top Steam store seller games.

python scraper selenium

Last synced: 28 Apr 2026

https://github.com/22skowron/sale-items-scraping

Scraping with Selenium.

scraping-websites selenium

Last synced: 28 Apr 2026

https://github.com/rodrigor4mirez/test-proyecto-java-testing

Implementación de pruebas unitarias, de integración y end-to-end (E2E).

cucumber java17 junit mockito restassured-framework selenium serenitybdd

Last synced: 28 Apr 2026

https://github.com/yufengjie97/crawler_boss

selenium爬取boss直聘关键词列表以及详情页,echart可视化分析

echarts mongodb selenium typescirpt

Last synced: 28 Apr 2026

https://github.com/pavanchandra-15/vtu-login-bot

A lightweight Python automation bot that logs into the VTU student portal using Selenium. It scrolls, fills login fields, and clicks the login button using JavaScript — all packaged neatly into a .exe with no console window. Built for learning, convenience, and automation practice.

automation bot chromedriver pyinstaller python selenium vtu web-automation

Last synced: 28 Apr 2026

https://github.com/surajdahal007/qa-automation-tasks

Automation testing scripts using Selenium

automation-testing python quality-assurance selenium

Last synced: 28 Apr 2026

https://github.com/hjsblogger/webdriverio-audio-video-mocking

This repository demonstrates the usage of WebdriverIO framework for mocking media (mic & video input) for web & mobile (real devices)

audio-video automation javascript lambdatest selenium selenium-webdriver webdriverio webdriverio-camera-service-demo

Last synced: 29 Apr 2026

https://github.com/yaroslavshved25/scraping_motion

This project is a Python-based web scraper designed to automatically extract product categories and subcategories from motion.com using Selenium WebDriver and undetected-chromedriver.

antibot auto-navigation multi-level-category openpyxl python-3 python-script selenium undetected-chrome

Last synced: 29 Apr 2026

https://github.com/hansalemaos/a_selenium_get_with_timeout

No more getting stuck with not reacting URLs

get python selenium timeout

Last synced: 29 Apr 2026

https://github.com/aditya-shrivastavv/erp-juno-helper

Save time from college stuff, using this script

automation erp juno selenium

Last synced: 29 Apr 2026

https://github.com/yacdaniel/checkcampusestudiantil

Revisar estado de links en campusestudiantiluned.com

java selenium

Last synced: 29 Apr 2026

https://github.com/liemtv96/downloading-pdf-files-from-bunch-of-sublinks

Using Selenium to download PDFs from the page https://acumen.architecture.com.au which having the login credential to unlock the entire content

python3 selenium

Last synced: 29 Apr 2026

https://github.com/windperson/seleniumdemo

Demo using C# Selenium Web Driver on .net core

netcore3 selenium

Last synced: 29 Apr 2026

https://github.com/mohamed-sultan-sultan/swag-labs

Swag-labs project using Java, Maven , TestNG and POM in the project

java pom selenium selenium-webdriver testng

Last synced: 29 Apr 2026

https://github.com/ravifel/automated-tests-with-selenium-for-react-portfolio

UI test project for my React portfolio using Selenium WebDriver with C#/.NET, validating key user flows.

csharp selenium

Last synced: 08 Jun 2026

https://github.com/fziviello/jest_ta

Example Unit Test and UI Test Web & Mobile with report HTML using JEST

appium jest-reporter jest-test mobile selenium testing-framework typrescript

Last synced: 29 Apr 2026

https://github.com/socopoko/inetbanking

Automation testing framework for an e-banking web application.

automation-testing jenkins maven selenium

Last synced: 29 Apr 2026

https://github.com/thivyashreens/pat-task-20

Automation on the CoWIN and Labour Ministry websites using Selenium WebDriver

automated-testing pytest python selenium

Last synced: 29 Apr 2026

https://github.com/arham2003/web-scraper-pro

Web Content and Image Scraper built with Python - Beautiful Soap & Selenium

bs4 google-images python selenium webscraper

Last synced: 29 Apr 2026

https://github.com/dev-fringe/qa

qa using spring and selenium

firefox-browser selenium spring

Last synced: 29 Apr 2026

https://github.com/kahngjoonkoh/songinfostandardizer

Song Info Standardizer to help harmonic mixing. Retrieves song info from Tunebat using selenium

multiprocessing python scraping selenium

Last synced: 30 Apr 2026

https://github.com/twinklerg/f-droid-auto

利用selenium,通过F-Droid应用的包名自动获取应用相关信息

f-droid selenium

Last synced: 30 Apr 2026

https://github.com/xlastfire/instagram-hashtag-scraper

A Python project for scraping Instagram posts based on specific hashtags. This tool uses Selenium for browser automation and BeautifulSoup for scraping content from Instagram. It's designed to fetch posts by hashtag, with customizable options to automate login, scrape content, and interact with Instagram posts.

automation chrome-driver hashtag-scraper instagram instagram-automation instagram-bot instagram-downloader instagram-photos instagram-scraper selenium social-data social-media-scraper web-scraping

Last synced: 30 Apr 2026

https://github.com/devarshi16/insta-scrape

Scripts for scraping data from instagram

python scraping-websites selenium

Last synced: 30 Apr 2026

https://github.com/dms-codes/youtube_viewer

YouTube Video Processing with Python and Selenium This Python script demonstrates how to use Selenium and Pandas to process a list of YouTube video URLs from a CSV file. The script mutes the audio and plays each video for 10 minutes before closing the browser window.

pandas python selenium youtube

Last synced: 30 Apr 2026

https://github.com/lambdatest/python-selenium-tunnel

Start tunnel using script for Python-selenium automation test on Lambdatest

lambdatest python selenium testing

Last synced: 01 May 2026

https://github.com/andrijzyn/nyshkaloparser

My little project for training in parsing. Also instrument for my life tasks

gekodriver openpyxl parser python selenium

Last synced: 01 May 2026

https://github.com/sapuri/misscolle-auto-vote

ミス東大コンテストに自動投票するスクリプト

python-3 selenium webdriver

Last synced: 01 May 2026

https://github.com/commercetest/selenium-for-galene

Spike to explore using Selenium to test Galene

galene selenium selenium-webdriver

Last synced: 01 May 2026

https://github.com/tejpat98/saucedemo-automated-testing

Automated tests of saucsedemo.com using Selenium and TestNG.

java selenium testng webdrivermanager

Last synced: 01 May 2026

https://github.com/luis-varona/rmp-scraping-with-jags-models

Dynamically scraping `Rate My Professors`, using JAGS to construct hierarchical models of professor ratings. (DATA 4001 final project.)

hierarchical-models jags selenium web-scraping

Last synced: 01 May 2026

https://github.com/cmccarthyirl/kotlin-testng-selenium

This project executes Kotlin tests sequentially or in parallel using TestNG, to provide a basic test harness.

chrome firefox kotlin retry selenium testing testng

Last synced: 01 May 2026

https://github.com/arnabushna24/imdb-top-250-movie-trend-analysis

Trend Analysis of IMDB's Top 250 Movies of All Time

python scraping-websites selenium tableau

Last synced: 01 May 2026

https://github.com/sandipchopkar95/java_selenium_junit-bdd_demoblaze

This is a Behavior Driven Development (BDD) test automation framework using Selenium WebDriver, Java, JUnit, and Cucumber. It follows Page Object Model (POM) design principles and is structured for scalable and maintainable test automation.

bdd cucumber cucumber-java java selenium

Last synced: 01 May 2026

https://github.com/ojas-arora/web-scrapping-using-selenium

Easily scrape dynamic, JavaScript-driven sites with Selenium! This repo guides you through 🌍 automated navigation, 📝 data extraction from complex page elements, and ⚠️ error handling to manage loading delays. Just install Selenium, 🔧 set up the WebDriver, and dive into the example scripts to get started! 🚀📊

machine-learning selenium selenium-webdriver webscraping webscraping-python webscraping-selenium

Last synced: 02 May 2026

https://github.com/sosow0212/carefor-selenium-auto-macro---

파이썬 셀레니움을 이용한 웹 자동화 프로그램

macros selenium

Last synced: 02 May 2026

https://github.com/chinmaywali/opencart-automation

This project is based on Python-Selenium to automate https://opensource-demo.orangehrmlive.com/ website.

automation-framework python qa-automation selenium software-testing webdriver

Last synced: 02 May 2026