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/aifia105/automation-test-scripts

This repository contains a Selenium automation script for learning purposes. The script demonstrates how to test the functionality of the Sauce Demo. It is intended for educational and practice use to understand automation testing concepts.

assert javascript selenium selenium-webdriver

Last synced: 27 Apr 2026

https://github.com/borsic77/23andmefamilytreescraper

23andMe lets you build a family tree, but doesn’t provide a way to export it. I wanted to preserve and build on this data using proper genealogy tools — and now you can too. With this tool you can export your 23andMe family tree as a GEDCOM file, so you can import it into software like Gramps, Ancestry, MyHeritage, or any other genealogy platform.

23andme ancestry data-export family-tree gedcom genealogy python selenium web-scraping

Last synced: 27 Apr 2026

https://github.com/josewebdev2000/selenium-demo

Solutions to Web Automation Challenges using Selenium in Python

automation python python3 selenium selenium-python

Last synced: 28 Apr 2026

https://github.com/shubhamboral/sonicwall

A Simple Python script trying to automate logging in sonicwal's captive portal automatically through browser automation.

python python3 script 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/dzakwanalifi/autoepbm-app

Aplikasi otomatis untuk mengisi form EPBM (Evaluasi Perkuliahan oleh Mahasiswa) di StudentPortal IPB University dengan cepat dan mudah

automation automation-tool epbm form-automation ipb pyqt5 python selenium studentportal

Last synced: 28 Apr 2026

https://github.com/eclipse-xfsc/cloud-wallet-integration-tests

Personal Credential Manager Cloud Integration Tests

bdd behave gherkin pcm selenium

Last synced: 29 Apr 2026

https://github.com/lambdatest/python-selenium-set-testname

How to set test name for automation test in Python-selenium on LambdaTest

lambdatest python selenium testing

Last synced: 29 Apr 2026

https://github.com/i-naeem/btr

A python bot that uses selenium to increase traffic the websites.

python selenium web-traffic

Last synced: 29 Apr 2026

https://github.com/srivathsanp23/election_data_scraping

A basic illustration of Scraping data from a website and loading it into a csv file

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/amjadsaleh1/100-days-of-python

My solutions and projects from the "100 Days of Code: Python Pro Bootcamp". Covers Python basics, OOP, automation, web development, APIs, data science, and more.

automation flask python selenium

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/lambdatest/python-selenium-add-status

How to add test status in automation test in Python-selenium on LambdaTest

lambdatest python selenium testing

Last synced: 30 Apr 2026

https://github.com/hansalemaos/a_selenium_click_on_coords

Selenium mouse clicks on x,y coordinates

click coordinates python selenium

Last synced: 30 Apr 2026

https://github.com/gideon-k-addai/x-dm-followers

Python script that sends a DM to all the users that follow your X (formerly Twitter) account. With headless browser option and detailed debugging logs.

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

Last synced: 30 Apr 2026

https://github.com/valeqm/thoughtful-challenge

The bot automates data extraction from a news website using Robocorp, Selenium, and Python. It captures data based on user defined parameters (search phrase, category, date range) and stores the results in an Excel file. The process is managed and executed through Robocorp Control Room.

excel object-oriented-programming python robocloud robocorp rpa rpaframework selenium web-scraping

Last synced: 30 Apr 2026

https://github.com/harshitm98/free-slots

This python code scraps out the data from https://vtopbeta.vit.ac.in/vtop and logs in the user. After which scrapes out the free slots of the respective user. Benificial for clubs and chapters of VIT who need the free slots of the respective students.

python selenium webscraper

Last synced: 30 Apr 2026

https://github.com/abhash-rai/aus_sol_report_generator

This is a pretty basic script aimed for mostly learning purposes. The project uses git, github, python & its libraries such as BeautifulSoup4, selenium, ast, datetime, regex, fpdf, tqdm and other default libraries. The script web scrapes data from 'https://immi.homeaffairs.gov.au/visas/working-in-australia/skill-occupation-list' to store or generate reports about occupations in Skilled Occupation List of Australia as pdf files. Project started at June of 2022.

automation beautifulsoup4 bs4 pdf-generation selenium tqdm webscraping

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/lucretia/get_temp

A simple web scraping app to get the current temperature for a place

python python3 selenium selenium-python selenium-webdriver

Last synced: 01 May 2026

https://github.com/samuelquinones/web-screenshot

python script(s) to take screenshots of websites

python selenium webscraping

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/octoant/automated-stack-tests

Automation testing the StackOverflow platform with the Selenium framework.

docker selenide selenium selenoid

Last synced: 01 May 2026

https://github.com/omarelsheikh1/swaglabs-test-automation-project

A Selenium-based test automation project for Swag Labs. It follows the Page Object Model (POM) and includes utility classes for handling waits, element actions, and browser interactions.

maven selenium testng web-automation-testing

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/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

https://github.com/romtaug/views-bot

Automate realistic YouTube/Website (for SEO) views using Python, Selenium and Edge browser with fake user agents and headless browsing.

bot edge fake-useragent selenium views website youtube

Last synced: 02 May 2026

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

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

automated-testing python qa selenium webdriver

Last synced: 03 May 2026

https://github.com/st1vms/words-on-stream-bot

Words on Stream bot, using Selenium with both Chromedriver and Geckodriver, able to capture websocket events.

bot chrome chromedriver firefox geckodriver python scraper selenium twitch websocket words-on-stream

Last synced: 03 May 2026

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

How to add geolocation to an automation test in Python-selenium on LambdaTest

lambdatest python selenium testing

Last synced: 03 May 2026

https://github.com/tkd-alex/ig-force-login

Selenium script used for create a new session of Instagram

cookie instagram python selenium session

Last synced: 04 May 2026

https://github.com/johnnykamigashima/ptqs9_lojinhaandroidnativa

Exercício de testes automatizados em Android usando a Lojinha nativa com Appium Java

appium csv jackson junit pageobject ptqs selenium

Last synced: 04 May 2026

https://github.com/arsalan692/python-telusko-playlist

A collection of beginner Python scripts and practice exercises from my early learning days, inspired by Telusko and other resources.

basic-programming bs4 matplotlib numpy oop pandas python requests selenium tkinter

Last synced: 04 May 2026

https://github.com/galal-pic/glassdoor_datascraping

Scrape data and job description from Glassdoor website

datascraping glassdoor-scraper jobpos pandas python selenium time

Last synced: 04 May 2026

https://github.com/newt239/ship-notify-public

To notify the update of SHIP

discord-py firebase python3 selenium

Last synced: 04 May 2026

https://github.com/ahnsui/medi-gap

[토이 프로젝트] 지역 간 의료 격차 시각화 플랫폼

mysql python selenium streamlit

Last synced: 04 May 2026

https://github.com/sancakerkan/login-automation

This repository contains automated tests for a simple login interface using Selenium WebDriver and TestNG. The tests include verification of correct and incorrect login attempts across different browsers.

java maven selenium selenium-webdriver test-automation testing

Last synced: 04 May 2026

https://github.com/pusheandoando/selenium_driverkit

Automated WebDriver downloader and manager for Selenium, so you can skip the tedious manual setup ;)

selenium selenium-python selenium-webdriver

Last synced: 09 Jun 2026

https://github.com/update692/geoip-dl

Tool to download geoip data for Tor Expert Bundle from Tor project or from direct link.

console download geoip microsoft-edge selenium tor tor-expert-bundle windows

Last synced: 05 May 2026

https://github.com/jjcfrancisco/twitsa

My Python project at university: a user friendly app to perform sentiment analysis on Twitter.

pandas selenium sentiment-analysis tkinter

Last synced: 05 May 2026

https://github.com/hoan02/laptrinhonline.club_new

Đây là kho lưu trữ các bài mình đã tự giải trên trang https://laptrinhonline.club/ và tool cào dữ liệu sử dụng Selenium(Python)

c cpp python3 selenium

Last synced: 05 May 2026

https://github.com/vasanth12-ui/codecontrollers

To automate the testing of the PayPal Pioneers website using Selenium with the Cucumber framework. Incorporate assertions and reporting using TestNG, JUnit, and Extent Reports. Document the testing process with test cases, scenarios, a mind map, bug reports, summary reports, and a comprehensive test plan.

cucumber excel git java selenium testng word

Last synced: 05 May 2026

https://github.com/zzxzzk115/chili-api

吃力网 API,基于 Node.js + Axios + Cheerio + Selenium 的 API 服务器,爬取吃力网的搜索内容。

api axios bittorrent cheerio docker magnet-link nodejs searcher selenium

Last synced: 05 May 2026

https://github.com/emanmhmd/swag_labs_testing

Sample demo of testing web-app using Selenium by python

pytest python python3 selenium selenium-python test-automation testing ui-testing

Last synced: 19 Mar 2025

https://github.com/limagabri/nba-official-stats-scraper

This is a Python script to scrape NBA player ans teams statistics data from the official NBA website.

beautifulsoup json pyhton selenium webscraper webscraping

Last synced: 06 May 2026

https://github.com/fadilxcoder/selenium

PHP / Selenium automated testing

automated-testing php phpunit selenium

Last synced: 06 May 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/fantaso/scrapy-tradefest

Project consists to allow a user to scrape the "furniture" section of tradefest.io (platform to find conventions & expos events) using Scrapy as a framework to extract, transform and store data.

docker python3 scrapy selenium

Last synced: 07 May 2026

https://github.com/sher-kal/neuroseagull-bot

Телеграм-бот для актёров театра: проверка билетов через админ-панель, чат с GPT, генерация картинок и видео, работа с голосовыми сообщениями

dall-e gpt openai python replicate selenium t2v telegram-bot theatre

Last synced: 07 May 2026

https://github.com/sekharsunkara6/twitter-web-scraping

Web scraping with Selenium and ProxyMesh, storing the data in MongoDB, showing a list on a webpage.

flask gunicorn mongodb proxymesh pymongo python selenium webdriver

Last synced: 07 May 2026

https://github.com/shefreenkaur/web-scraping-and-word-frequencies

This project analyzes word frequencies in BC Legislative documents using Stanford CoreNLP and Python. The program extracts text from PDF documents, processes it using natural language processing techniques, and generates a comprehensive word frequency analysis.

analytics chromedriver easyocr nlp numpy pandas pymupdf python selenium stanfordcorenlp webscraping wordfrequency

Last synced: 07 May 2026

https://github.com/natthasath/demo-laravel-breeze-dusk

Laravel Dusk is a browser testing tool for Laravel applications, providing an expressive API to write end-to-end tests in a simple, fluent manner. It automates browser interactions using a headless Chrome driver, making it easy to test complex user scenarios.

10x breeze dusk laravel php selenium test web-automation

Last synced: 07 May 2026

https://github.com/arya-io/house-of-dragons-web-automation

This project demonstrates web automation using Selenium to interact with Google Search. It automates the process of searching for "House of Dragons," capturing a screenshot of the results. Ideal for beginners looking to understand browser automation and web scraping techniques.

automation-scripts browser-automation google-search jupyter-notebook python selenium web-automation web-scraping

Last synced: 07 May 2026

https://github.com/kaoutarmi/web-scraping-et-analyse-de-contenu

This project extracts data from a BBC News RSS feed using BeautifulSoup and Selenium, processes it into a Pandas DataFrame, and exports it as a CSV file. It also generates automatic summaries of the extracted content.

beautifulsoup csv-export data-extraction pandas selenium text-summarization web-scraping

Last synced: 08 May 2026

https://github.com/howard1209a/web_spider_academic

selenium爬虫,爬取wiley和sciencedirect上的文献

beautifulsoup docker docx flask requests selenium smtplib spider

Last synced: 08 May 2026

https://github.com/metaljase/seleniumcapturehttpresponse

Example of how to capture an HTTP response using Selenium WebDriver, ChromeDriver, Chrome DevTools Protocol, and C#.

chrome-devtools chromedriver csharp dotnet dotnet-core dotnetcore selenium webdriver

Last synced: 08 May 2026

https://github.com/oksana-vtk/consultants-scraper

Consultant Scraper - Dynamic web scraping using Selenium for paginated data

beautifulsoup pandas python selenium webscraper

Last synced: 08 May 2026

https://github.com/adrianpat/automation-practice

This repository contains example automated tests written according to the Page Object Model in Selenium (Java) as a self-study. There are tests of some functionalities of the automationpractice web application.

allure intellij java selenium testng webdriver

Last synced: 08 May 2026

https://github.com/tsaohucn/crawler_fb_page

This is crawler use selenium for facebook pages

crawler facebook-page rails ruby selenium

Last synced: 09 May 2026

https://github.com/aristosh/kecak-web-automation

Web automation for kecak workflow

joget-workflow kecak-workflow nodejs selenium

Last synced: 09 May 2026

https://github.com/shantoroy/medium_blog_post_scrape

A data-scraping project to build dataset using Medium.com blog posts

data-analytics data-scraping dataset-generation medium-article python scraping-websites selenium webdriver

Last synced: 09 May 2026

https://github.com/testcentricity/testcentricity_web

TestCentricity™ For Web core POM test automation framework gem

automation cucumber page-object-model ruby-gem selenium test-automation web webdriver

Last synced: 09 Apr 2025

https://github.com/leobastiani/webpoem

Se declare para seu navegador.

automation human-readable javascript python selenium

Last synced: 09 May 2026

https://github.com/cascadepass/trailbot

Reads trip reports from the web and recommends ones matching a user's topics.

hiking osint selenium wpf

Last synced: 09 May 2026

https://github.com/bhushanambilkar/project_01_selenium_python_webautomation_framework

[ OrangeHRM ] A Hybrid Selenium-Pytest Automation Framework with Page Object Model, Logging, Screenshots, and HTML Reports.

automation-testing framework logging orangehrm page-object-model pytest python reporting reports selenium

Last synced: 09 May 2026

https://github.com/defra/waste-permits-dynamics-acceptance-tests

C# and selenium based acceptance tests for the Waste permits digital service

selenium visual-studio

Last synced: 10 May 2026

https://github.com/arthurlunkes/desafios_selenium

Desafios utilizando selenium propostos na aula de mineração de dados.

automation python selenium selenium-webdriver

Last synced: 10 May 2026

https://github.com/neverstew/screenpy

Python screenplay testing implementation

allure django selenium selenium-python test-automation testing

Last synced: 10 May 2026

https://github.com/sophyia7/python-asserts

Demonstration of Python Asserts using Selenium

asserts lambatest python3 selenium selenium-python unittest

Last synced: 10 May 2026

https://github.com/richardbnk/sneakers_shopping_bot

Bot to buy sneakers from nike on launch.

nike nike-shoes rpa-robotic-process-automation selenium web

Last synced: 11 May 2026

https://github.com/ygalvao/bra_scraper_2022

A web scraper bot for the 2nd round of the 2022 Brazilian Federal Elections.

data-analysis data-analytics selenium web-scraper webscraper

Last synced: 12 May 2026