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/milan-sony/foxy

A proxy server named 🦊FOXY build with selenium for chrome webdriver in python

chromedriver css3 eel-python html5 javascript proxy proxy-server python python3 selenium selenium-python selenium-webdriver

Last synced: 11 Apr 2026

https://github.com/saahilparmar/selenium-automation-framework

A robust Selenium and Pytest-based automation framework for web application testing, featuring Allure reporting, easy configuration, and seamless CI/CD integration.

allure automation ci-cd framework github-actions page-object-model pytest python selenium test-automation testing web-testing

Last synced: 13 Apr 2026

https://github.com/intellitect/testtools.selenate

A testing library to help with UI testing automation

nuget nuget-package selenium

Last synced: 28 Apr 2025

https://github.com/euberdeveloper/pastauctions-herman-scraper

A web scraper using Selenium to scrape the content of some car auctions from Herman&Herman

python scraper selenium

Last synced: 13 Oct 2025

https://github.com/touhid-96/app-automation-google-calculator-testng-appium

This repository automates tests for the "Google Calculator" Android app with Selenium WebDriver, TestNG, and Appium. It performs arithmetic expression calculations involving division, multiplication, addition, subtraction and verifies correctness, and generates reports via Allure.

allure-report app-automation appium-android appium-testng gradle-java intellij-idea java selenium testng

Last synced: 18 Jan 2026

https://github.com/brunodorea/dio-testes-automatizados-selenium

Projeto para o curso de "Automação de Testes com Selenium WebDriver e Java" da DIO.

dio java qa selenium selenium-webdriver testes-automatizados

Last synced: 26 Mar 2025

https://github.com/pedrohcleal/aliexpress_scrape

Scraping de dados de produtos do Aliexpress

aliexpress aliexpress-scraper beautifulsoup4 selenium

Last synced: 18 Jan 2026

https://github.com/camara94/web-scraping-with-requests-beautifulsoup-and-selenium

Dans ce tutoriel, nous allons découvrir les techniques de web-scraping en request, beautiful-soup et sélénium

beautifulsoup data-analysis-python requests requests-library-python selenium web-scraping

Last synced: 07 Sep 2025

https://github.com/khalid-moh193/saucedemo

Web Automation using Selenium

java selenium

Last synced: 11 May 2026

https://github.com/manojc/web-driver-io

A small POC to get started with web-driver-io using selenium-standalone as a local selenium service.

automation-test node nodejs selenium selenium-standalone testing webdriverio

Last synced: 04 May 2026

https://github.com/luminati-io/web-scraping-for-machine-learning

Scrape web data for machine learning, set up ETL pipelines, and train models using Python. Includes step-by-step guides and code examples.

data-collection data-for-ai machine-learning selenium web-scraping

Last synced: 13 Apr 2026

https://github.com/niqzart/stacking-selenium

Selenium WebDriver homework project

java junit selenium webdriver

Last synced: 19 May 2026

https://github.com/maxxjabr/qa-automation-portfolio

4-week Python QA automation portfolio using Playwright, Pytest, and Selenium

playwright portfolio pytest qa-automation selenium selenium-python selenium-webdriver

Last synced: 13 Apr 2026

https://github.com/djccnt15/wizcore_parking_newv

code for automating parking discount of Wizcore at NEWV

python selenium

Last synced: 03 May 2026

https://github.com/christiangracia/pybot

Docker containerized Python Flask API that uses selenium to scrape, run scripts, and, interact with websites

docker flask python selenium

Last synced: 13 Apr 2026

https://github.com/md-mostafa/cucumber_basic_github_automation

The project involves automating a basic user flow on GitHub using Cucumber and Selenium

cucumber-java cucumber-junit pageobjectmodel selenium

Last synced: 09 May 2026

https://github.com/vasi-cordea/endava-automation-testing--supplier-hub-2022

Comprehensive Regression Testing framework, real project with Java/ Selenium/ JUnit

java junit selenium

Last synced: 21 Apr 2026

https://github.com/ahmedelshal2/robotframeworktestautomationlevel1

This code provides a complete overview of all aspects of Robot Framework (web, API, database, XML file system tests).

api-testing database-testing page-object python3 robotframework selenium test-scripts test-suite web-testing xml-parsing

Last synced: 07 Sep 2025

https://github.com/pomidorum1989/js-selenium-jest

Simple automation setup using webdriverio

javascript jest selenium

Last synced: 13 Apr 2026

https://github.com/kevocde/selenium-loader

An automation tool that allows load a dynamic configuration with steps and actions to Selenium

automation selenium selenium-python task-automation-tools yaml yaml-configuration

Last synced: 14 Apr 2026

https://github.com/lana-20/dom-mutation-events

Listen to DOM Mutation Events | Selenium WebDriver BiDi - Java Code

bidi bidirectional dom-manipulation event-driven java selenium selenium-java selenium-webdriver

Last synced: 18 May 2026

https://github.com/gstcarv/selenium-automation

Simple selenium automation using Python

automation python qa selenium

Last synced: 14 May 2026

https://github.com/ahmedheakl/glassdoor-web-scraper

This code is used to get all of the job information from Glassdoor website.

scraper selenium web-scraping

Last synced: 18 May 2026

https://github.com/annnieglez/genai-travel-guide

This project is an AI-powered chatbot that provides real-time travel advice about Iceland. It utilizes Retrieval-Augmented Generation (RAG) by storing document embeddings in ChromaDB and retrieving relevant information to generate responses using a Large Language Model (LLM).

beautifulsoup chromadb embeddings langchain llm llms matplotlib openai pandas rag reportlab selenium tiktoken

Last synced: 14 Apr 2026

https://github.com/damoklll/qa_autotest_project

Пример простого автотеста на Python + Selenium + Pytest для портфолио начинающего QA Engineer

automation juniorqa pytest python qa selenium test

Last synced: 18 May 2026

https://github.com/morbargig/chrome-97-simulator

🐛 Chrome 97 simulator for debugging legacy browser compatibility issues in enterprise applications. Docker-based testing environment with visual access and automated session management.

browser-automation bug-reproduction chrome-97 compatibility-testing debugging docker enterprise legacy-browser qa-testing selenium

Last synced: 08 May 2026

https://github.com/denesepro/question-extractor

An end-to-end automation tool to extract quiz questions from PDF files using Gemini AI and automatically upload them to biazmoon.com with Selenium.

automation gemini-api pdf-processing pdf-to-json python question-extractor quiz-automation selenium web-automation

Last synced: 10 Oct 2025

https://github.com/keshav1516/amazon_web_scraping

This project extracts product details from Amazon using Python, Requests, and BeautifulSoup. It scrapes titles, prices, ratings, reviews, and availability, then organizes the data into CSV or Excel files. Designed for learning web scraping, it demonstrates structured data collection and analysis from e-commerce sites.

beautifulsoup bs4 requests requests-library-python selenium webscraping webscraping-beautifulsoup webscrapping-python

Last synced: 15 May 2026

https://github.com/ndviet/test-automation-fwk

Test libraries are retained by Java which can be imported to use in other test framework

automation java maven selenium test-automation

Last synced: 07 May 2026

https://github.com/just-rich/x-dm-followers

Python script that sends a DM to all the users that follow the account. With headless browser option and detailed debugging logs.

direct-message direct-messaging dm headless headless-browser messager messaging python selenium selenium-webdriver twitter twitter-dm twitter-dm-tool twitter-dmer twitter-dmer-tool x x-dm x-dm-tool x-dmer x-dmer-tool

Last synced: 10 Oct 2025

https://github.com/hamidurrahman1/automated-testing-with-selenium

A simple project using Selenium, TestNG and other tools for learning purposes

automation selenium selenium-java selenium-webdriver testing testng

Last synced: 09 May 2026

https://github.com/hassanbarka/daily-scraping-job

Extraction automatique des offres d'emploi à partir de sites web tels que LinkedIn, Glassdoor, Indeed et Welcome to the Jungle, orchestrée avec Apache Airflow pour traiter les données extraites et les stocker dans une base de données PostgreSQL.

airflow beautifulsoup4 etl glassdoor indeed linkedin python selenium web-scraping welcometothejungle

Last synced: 21 Jan 2026

https://github.com/johnsliao/instagram_influencer_scraper

Scrape handle and name from posts from Instagram based on #hashtag

bot ig influencers instagram python scraper selenium

Last synced: 21 Jan 2026

https://github.com/asif-shahriar/robot-framework-automation

Web automation project of Selenium Robot Framework using Page Object Model

page-object-model python robotframework selenium

Last synced: 19 Jan 2026

https://github.com/akagi201/seckill-tools

All seckill tools

seckill selenium

Last synced: 14 Apr 2026

https://github.com/lambdatest/pytest-set-testname

How to set test name for automation test in Pytest on LambdaTest

lambdatest pytest selenium testing

Last synced: 17 May 2026

https://github.com/asadurrehmancs111/selenium-for-newbie

🎉 This Repository Contains Selenium and Python Basics that every Automation Beginner Should Do as Practice.

automation-selenium automation-testing python selenium selenium-python selenium-webdriver

Last synced: 15 May 2026

https://github.com/darvinpatel/planitassessment

This project demonstrates automated testing using Selenium on the Jupiter Toys demo site. It includes tests for various e-commerce functionalities such as product selection, cart management, form submissions, and validation of UI elements, showcasing Selenium’s web automation capabilities.

html-css-javascript maven-pom selenium selenium-java selenium-webdriver

Last synced: 19 Jan 2026

https://github.com/goto-eof/andre-i-test-selenium-cucumber-spring-boot-single-thread

POC for automated tests: Selenium, Cucumber and Spring Boot (single-thread)

cucumber java junit selenium spring-boot

Last synced: 27 Jan 2026

https://github.com/luizassimoes/oem-catalog-scraper

This RPA tool aims to scrape data from an industrial equipment catalog, extract relevant product information and assets, and format that into a structured schema suitable for downstream ingestion.

requests rpa selenium

Last synced: 24 Feb 2026

https://github.com/zafir100100/web-automation-with-selenium-junit

This Git repository contains a Selenium JUnit project for automated testing of web applications. The project uses Java and JUnit to write tests and validate the functionality of the web application. The tests are run automatically by the Gradle and the results are reported in JUnit format.

automation java junit selenium testing webdriver

Last synced: 22 Apr 2026

https://github.com/quickheaven/selenium-webdriverio

JavaScript Automation Testing - Webdriver IO 's (v5) next-gen testing framework for Node.js using Selenium Webdriver

chai chaijs javascript mocha mocha-chai mochajs node nodejs selenium selenium-webdriver webdriverio

Last synced: 22 Jan 2026

https://github.com/joshjarabek7/x-manager

Selenium Web Automation/Crawling for Managing Your Account on X (Tweets, Likes, Followers, Following, etc)

automation bypass docker docker-compose fastapi python selenium selenium-python svelte sveltekit twitter

Last synced: 14 Apr 2026

https://github.com/yehudakremer/standalone-chrome-dotnet

Docker image standalone-chrome-dotnet for browser tests

chrome dotnet sdk selenium testing

Last synced: 14 Apr 2026

https://github.com/livelace/webchela

webchela ("web" + "chela") is a daemon for interacting with web pages through automated browsers (Chrome or Firefox).

chrome daemon firefox grpc selenium tigervnc web-scraping

Last synced: 14 Apr 2026

https://github.com/rupali2507/health_atlas

HealthAtlas automates the validation and enrichment of healthcare provider data using AI and multiple trusted data sources. It verifies provider identities, validates addresses, flags data inconsistencies, and assigns confidence scores — helping organizations ensure data accuracy, compliance, and efficiency while reducing manual verification time.

fastapi geoapify groqapi langgraph pandas pyhton react-vite selenium tailwindcss

Last synced: 20 Jan 2026

https://github.com/nsatri55/yandex-images-parser

🖼️ Parse and download images and videos from Yandex Images search with this high-performance C library, featuring batch and multi-threaded downloads.

c downloader firefox firefox-esr gcc gecko google-image-search html image image-python parsing-library python-parser search selenium yandex-api yandex-image-parser yandex-images yandex-parsing

Last synced: 12 May 2026

https://github.com/mrandolph95/Case-Study-Randolph-Premium-Coffee

Randolph’s Premium Coffee – you’ll enjoy our delicious, nutritious, and fictitious roasted coffee beans sourced from Ethiopia. I developed a Python automation script to extract data from YouTube and GitHub, streamline report generation, and created data visualizations in Power BI.

excel powerbi python selenium webscraping xlwings

Last synced: 16 Oct 2025

https://github.com/Hiteshydv001/google-account-create

This project automates the process of creating a Google account using Python and Selenium.

python selenium

Last synced: 16 Oct 2025

https://github.com/kitsuyaazuma/make-line-chat-history-with-the-diet-record

This tool enables you to make a LINE like chat history with the Diet Record extracted from the websites by web scraping.

chromedriver-binary python selenium

Last synced: 15 May 2026

https://github.com/yauhenipo/mix_api_-_selenium_test_framework

The test framework is designed according to the principle of the Page Object. Includes API tests in conjunction with UI testing.

api-rest selenium selenium-java ui-testing

Last synced: 05 Feb 2026

https://github.com/amitkumar-kellton/demoframework

Demo Framework using Selenium, Java, Maven, Cucumber & TestNG. For the Website https://practicetestautomation.com

cucumber java maven selenium testng

Last synced: 04 May 2026

https://github.com/rohitsingh432/travomint.us-automate-cancel-flight-booking

This project automates the process of booking a flight on Travomint using Selenium WebDriver with Java. The script navigates through the booking workflow, filling out flight search details, selecting travelers, entering personal information, and proceeding to the payment page.

java selenium

Last synced: 17 May 2026

https://github.com/dipaolo/price-extractor

The source code of a video tutorial: how to parse prices from a web site and store them to DB (links in README)

parsing python scraping selenium tutorial web-parser

Last synced: 15 May 2026

https://github.com/neethuv199/appiumdemoproject_neethuviswanathan

It's an Appium framework with sample APK code for Android devices. Why this version is better: ✅ "Appium-based automation framework" sounds clean, professional, and clearly identifies the tech used. ✅ It’s easy to understand for both beginners and experienced testers. ✅ It highlights that the repo includes a basic framework with Allure reporting

android apk appium java mobile-automation selenium test-automation testing-framework testng

Last synced: 20 Jan 2026

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

Extracting the follower and following counts from an Instagram profile

automation-testing pytest python selenium selenium-webdriver

Last synced: 09 May 2026

https://github.com/nusrat-sarmin/luma_testng_automation

This repository contains automated test cases developed using TestNG, a robust Java-based testing framework. TestNG provides advanced features like parallel test execution, grouping, and data-driven testing, making it ideal for complex test scenarios and high-performance applications.

gradle intellij-idea java selenium selenium-webdriver

Last synced: 28 Jan 2026

https://github.com/vishnurag666/notemaster_manual_and_automation

This project demonstrates a comprehensive functional testing approach for the web-based NoteMaster application using both Manual Testing (Google Docs & Sheets) and Automation Testing (Selenium with Java). It is designed to showcase QA best practices and serves as a valuable resource for fellow QA engineers, and open-source contributors.

automation manual-testing pom selenium testng

Last synced: 24 Jan 2026

https://github.com/uday160386/test-automation-poc-demos

The consolidation of proofs of concept (POCs) using various open source tools is a strategic approach that can streamline development processes and enhance productivity

playwright-javascript puppeteer robotframework selenium

Last synced: 06 Feb 2026

https://github.com/sachintha-samarathunga/gcec-git-cucumber

Advanced Automation for Fleet Management System (Vehicle Tracking System) with Java, Selenium and Cucumber

cucumber java junit selenium

Last synced: 18 Apr 2026

https://github.com/lambdatest/mocha-js-add-extension

How to add extension for automation test in Mocha-js for LambdaTest

javascript lambdatest mochajs selenium selenium-webdriver testing

Last synced: 24 Jan 2026

https://github.com/kazurayam/inspectus

The Inspectus library enables automated UI tests in Java/Groovy to perform "Visual Inspection" on top of the "materialstore"

end-to-end-testing java katalon-studio selenium visual-testing

Last synced: 28 Jan 2026

https://github.com/lambdatest/mocha-js-multiple-tabs

How to handle multiple tabs in automation test in Mocha-js on LambdaTest

lambdatest mochajs selenium testing

Last synced: 06 Feb 2026

https://github.com/p4irin/c4t

Install Chrome for Testing assets. A flavor of Chrome, specifically for testing and a matching chromedriver

chrome chrome-for-testing chromedriver cli-tool python quality-assurance selenium selenium-python selenium-webdriver test-automation testing testing-library

Last synced: 29 Jan 2026

https://github.com/markuusche/sikuli-rf

📦 casino card game automation

automation robotframework selenium sikuli

Last synced: 06 Feb 2026

https://github.com/scorpioscrux/cpsc-572-valorant-network

An analysis of a social/tournament Valorant network. Web scraping and machine learning.

ipython-notebook machine-learning matplotlib network-analysis python selenium sklearn tensorflow webscraping

Last synced: 29 Jan 2026

https://github.com/jbadeau/gaugekit

A collection of modules to make writing acceptance tests with gauge easier.

bdd beam gauge http screenplay-pattern selenium spark sql testing

Last synced: 15 Apr 2026

https://github.com/suresh-28/opencartv121

E-commerce Website Automation (Hybrid Framework - Selenium, Java): Developed and implemented a Hybrid Test Automation Framework integrating Keyword-Driven, Data-Driven, and Modular Driven approaches to enhance test efficiency and maintainability. Utilized Selenium WebDriver, TestNG, Apache POI (Excel), and Page Object Model (POM) for structured

automation git github grid hybridframework java jenkins pageobjectmodel poi selenium testng-framework

Last synced: 15 Apr 2026

https://github.com/avdhutssh/ui-automation_cucumber_selenium

Maven Project for doing UI automation testing Using Cucumber, Selenium, TestNg

cucumber java maven selenium

Last synced: 15 Apr 2026

https://github.com/sadabnepal/selenium-javascript-test

Mocha framework using Selenium, TypeScript, Mocha, Chai, Docker to test web application

boilerplate-project chai docker docker-compose mocha mochawesome selenium selenium-javascript test-automation test-framework

Last synced: 31 Jan 2026

https://github.com/lucas-scandido/sauce-demo-robot-framework

E2E Test Automation Project for the application Sauce Demo using Robot Framework with Selenium Library

python robot-framework robotframework selenium selenium-library selenium-webdriver

Last synced: 15 Apr 2026

https://github.com/vasi-cordea/cucumberjava

Java/ Cucumber/ Selenium basic POM Framework,, works 100%, Framework explained in README

cucumber gherkin java page-object-model selenium

Last synced: 15 Apr 2026

https://github.com/elenaandreeva9/seleniumjavatest

Аutomated testing of web pages https://www.profkom64.ru/

chromedriver java selenium selenium-java selenium-standalone selenium-webdriver webdriver

Last synced: 07 Feb 2026