Showing 23 open source projects for "automation framework"

View related business solutions
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    Selenium

    Selenium

    Browser automation framework and ecosystem

    Selenium automates browsers. That's it! What you do with that power is entirely up to you. Primarily it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should) also be automated as well. If you want to create robust, browser-based regression automation suites and tests, scale and distribute scripts across many environments, then you want to use Selenium WebDriver, a collection of language...
    Downloads: 112 This Week
    Last Update:
    See Project
  • 2
    Pinchtab

    Pinchtab

    High-performance browser automation bridge and orchestrator

    ...It launches and manages its own Chrome instance while remaining framework-agnostic, so it can be used with any language or agent system. Pinchtab also supports persistent sessions, stealth automation, and both headless and headed operation modes. The project’s goal is to provide fast, cheap, and portable browser control infrastructure for modern AI workflows.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 3
    Pydoll

    Pydoll

    Async Python library in automating Chromium browsers without WebDriver

    ...Instead of using external drivers, it connects directly to the Chrome DevTools Protocol through WebSocket, allowing scripts to control browser behavior more efficiently and with fewer compatibility issues. It provides a high-level API that simplifies common browser automation tasks while still offering access to low-level protocol features for advanced control. Its architecture is built around asynchronous programming using Python’s asyncio framework, enabling concurrent automation of multiple tabs and browser contexts. Pydoll also includes tools for monitoring and intercepting network traffic, allowing developers to analyze or modify requests and responses during automation workflows. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Scrapling

    Scrapling

    An adaptive Web Scraping framework

    Scrapling is an adaptive web scraping framework designed to handle everything from a single HTTP request to large-scale, concurrent crawls. Built for modern websites, it intelligently adapts to structural changes by automatically relocating elements when page layouts update. The framework includes advanced fetchers capable of bypassing anti-bot protections such as Cloudflare Turnstile using stealth and browser automation techniques.
    Downloads: 2 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    SeleniumBase

    SeleniumBase

    A framework for browser automation and testing with Selenium

    SeleniumBase automatically handles common WebDriver actions such as launching web browsers before tests, saving screenshots during failures, and closing web browsers after tests. SeleniumBase lets you customize test runs from the command line. SeleniumBase uses simple syntax for commands. pytest includes automatic test discovery. If you don't specify a specific file or folder to run, pytest will automatically search through all subdirectories for tests to run. No More Flaky Tests!...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Goose AEO

    Goose AEO

    AEO tracking toolkit (CLI + dashboard) built for AI agents like Claude

    ...It emphasizes automation of repetitive and complex development tasks, enabling users to focus on higher-level problem solving and innovation. The framework supports both command-line and application-based interfaces, making it accessible in different development environments. It also promotes modularity, allowing users to extend functionality with plugins or custom components.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Cuprite

    Cuprite

    Headless Chrome/Chromium driver for Capybara

    Cuprite is a Ruby driver for the Capybara testing framework that allows developers to automate browsers using the Chrome DevTools Protocol instead of traditional WebDriver-based tools. It is built on top of the Ferrum library and provides a modern approach to browser automation that removes the need for Selenium or external browser drivers. By communicating directly with Chromium-based browsers through the DevTools protocol, Cuprite enables faster and more reliable browser automation for testing and scraping tasks. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    katana

    katana

    Fast CLI web crawler for discovering endpoints in modern web apps

    Katana is an open source command-line web crawling and spidering framework developed by ProjectDiscovery. It is designed to efficiently crawl websites and web applications in order to discover endpoints, resources, and other useful information that may not be easily visible through manual browsing. Katana focuses on speed and automation, making it suitable for use in security reconnaissance workflows and automated pipelines.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 9
    Typora Plugin

    Typora Plugin

    Typora plugin. Feature enhancement tool

    A plugin framework for the Typora markdown editor that allows users to extend its functionality by adding custom features and enhancements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    OpenWPM

    OpenWPM

    A web privacy measurement framework

    OpenWPM is a web privacy measurement framework that makes it easy to collect data for privacy studies on a scale of thousands to millions of websites. OpenWPM is built on top of Firefox, with automation provided by Selenium. It includes several hooks for data collection. Check out the instrumentation section below for more details. OpenWPM is tested on Ubuntu 18.04 via TravisCI and is commonly used via the docker container that this repo builds, which is also based on Ubuntu. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    kimuraframework

    kimuraframework

    AI-first Ruby framework for building fast, flexible web scraping spide

    Kimurai is an open source web scraping framework written in Ruby that simplifies the process of building automated data extraction tools. It provides a clean domain-specific language that allows developers to define scraping logic and data schemas with minimal boilerplate code. Kimurai can use AI-assisted extraction to identify where data resides in HTML pages, automatically generating selectors that are cached for future use so subsequent scraping runs operate with pure Ruby performance. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Internet Pi

    Internet Pi

    Raspberry Pi config for all things Internet

    ...The project supports additional modules like monitoring smart plugs (e.g., Shelly), monitoring air quality (via AirGradient sensors), or monitoring Starlink statistics. By combining open-source monitoring, visualization, and infrastructure automation, it gives you a “set-and-watch” home network observability stack.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Splinter

    Splinter

    Splinter - Python test framework for web applications

    Splinter is a Python test framework for web applications, providing a simple and consistent API for browser automation and testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    appcrawler

    appcrawler

    Automated mobile app crawler and testing tool built on Appium

    AppCrawler is an automated mobile application testing tool designed to explore and interact with app user interfaces automatically. Built on top of the Appium automation framework, it systematically crawls through application screens and performs actions such as clicking buttons, navigating menus, and interacting with UI elements to simulate user behavior. It is commonly used for automated functional testing, UI exploration, and detecting crashes or unexpected behaviors in mobile applications. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    CEF Python

    CEF Python

    Python bindings for the Chromium Embedded Framework (CEF)

    Python bindings for the Chromium Embedded Framework (CEF). CEF Python is an open source project founded by Czarek Tomczak in 2012 to provide Python bindings for the Chromium Embedded Framework (CEF). The Chromium project focuses mainly on Google Chrome application development while CEF focuses on facilitating embedded browser use cases in third-party applications. Lots of applications use CEF control, there are more than 100 million CEF instances installed around the world. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    TRACARDI - Customer Data Platform

    TRACARDI - Customer Data Platform

    TRACARDI free open-source customer data platform

    TRACARDI is easy to use and free GUI for Apache Unomi. Unomi is an open source Customer Data Platform that allows anyone to collect user profiles and manage them in a very robust way. TRACARDI with is API first approach enables you to collect data from multiple channels. Regardless if it is web site, mobile app or CRM system open Api let you send data for further processing. Integrate data into one consistent user profile. TRACARDI is free open-source platform which you can extend...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Robot Framework FTP Library

    Robot Framework FTP Library

    FTP client for Robot Framework

    SOURCE CODE MOVED TO https://github.com/kowalpy/Robot-Framework-FTP-Library . NEW RELEASES WILL APPEAR ONLY AT GITHUB AND PYPI. This Python library makes it possible to test or use FTP server using Robot Framework keywords. Together with the library, there are also available project example and keywords documentation created by libdoc. This sourceforge webpage is linked from http://robotframework.org/#test-libraries as external library so it can be considered as the official Robot...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SeoToaster eCommerce Shopping Cart & CMS

    SeoToaster eCommerce Shopping Cart & CMS

    100% OOP Next Gen CMS and Ecommerce Shopping Cart Solution

    SeoToaster is the most advanced SEO & marketing CMS and eCommerce shopping cart platform that can be used right out of the box, with no plug-ins required. The SeoToaster content management system features a uniquely intuitive content management system interface, combined with powerful automated marketing. W3C compliant HTML code generation, no layout restriction, unbreakable theming system, unmatched SEO, or automated merchandising are just few of the many built-in SeoToaster...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A web-based graphical interface to the AntDepo build and deployment framework. Webad provides both ad-hoc and scheduled execution of AntDepo commands.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    S3 Mockup is an Amazon S3 emulator we develop for one of our projects. It can be easy embedded and used in your test framework or running as an independent service. Using this emulator you can easy setup development and QA environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Stringbeans is a platform for building enterprise information portals. The platform is composed of three components: a portal server/container compatible with JSR 168 portlet specification, a Web Services framework, and a process automation engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    MWS is a framework of PHP scripts aimed to allow web developers a fast and elegant way to building dynamic web sites. It reaches a full separation between content, layout, and automation through templates and runtime included blocks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Puffin allows you to test any web application or service. Once customized to your web application, you can use Puffin to unit test individual web pages, system test your entire web application, or load test your entire site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB