awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mherrmann avatar

mherrmann/selenium-python-helium

0
View on GitHub↗
8,306 Stars·513 Forks·Python·MIT·6 Aufrufe

Selenium Python Helium

Dieses Projekt ist eine High-Level-Python-Bibliothek und ein Wrapper für Selenium, der für Webbrowser-Automatisierung und funktionale Tests entwickelt wurde. Er bietet eine vereinfachte Schnittstelle zur Steuerung von Browsern, um automatisierte Workflows und End-to-End-Tests in Chrome und Firefox auszuführen.

Die Bibliothek zeichnet sich dadurch aus, dass technische CSS-Selektoren und Identifikatoren durch labelbasierte Elementerkennung ersetzt werden, wodurch Elemente über sichtbaren Text lokalisiert werden können. Sie vereinfacht die Browsersteuerung weiter, indem sie die Fensterverwaltung über Seitentitel automatisiert und Interaktionen mit verschachtelten Frames handhabt, ohne dass ein manueller Kontextwechsel erforderlich ist.

Das Toolset enthält zudem Funktionen für die Synchronisierung von Seitenbedingungen und dynamisches State-Polling, um die Seitenstabilität zu gewährleisten. Diese Funktionen reduzieren gemeinsam den Umfang an Boilerplate-Code, der zur Verwaltung von Browserzuständen und zur Interaktion mit Webanwendungselementen erforderlich ist.

Features

  • Automated End-to-End Testing - Framework for executing automated end-to-end web tests across multiple browser environments.
  • Text-Based Element Discovery - Replaces complex technical selectors with a simplified system for finding elements via visible text labels.
  • Web Task Automations - Enables the creation of Python scripts to automate repetitive browser-based workflows.
  • Python Browser Automation Libraries - Toolkit for scripting web workflows and performing functional tests using the Python language.
  • Multi-Page Browser Workflow Automators - Provides a high-level interface to chain browser actions into automated multi-page sequences.
  • Automation Driver Wrappers - Wraps the low-level Selenium engine to provide a simplified high-level API for common browser interactions.
  • Selenium WebDriver Automations - Simplifies Selenium WebDriver usage by reducing boilerplate for element location and window management.
  • Abstraction Layers - Provides a simplified abstraction layer for Selenium that replaces complex selectors with text labels.
  • Browser Automation Testing - Automates user flows in Chrome and Firefox to verify application functionality.
  • Web Testing Frameworks - Provides a high-level interface for creating functional tests for web applications.
  • Label-Based Selectors - Locates web elements using visible text labels rather than CSS selectors or technical identifiers.
  • Web Browser Window Access - Manages browser windows and popups using page titles for simplified navigation.
  • Iframe Focus Switching - Enables interaction with elements inside nested iframes without requiring manual driver context switching.
  • UI State Polling - Implements periodic checks of UI elements to ensure page stability before proceeding with automation.
  • Automatic Frame Switching - Provides automatic driver context switching when interacting with elements located inside nested iframes.
  • Page Condition Synchronization - Provides synchronization utilities to pause execution until a defined page state or element is achieved.
  • Tab-Based Window Managers - Allows switching between browser tabs and windows using page titles instead of internal handles.
  • Test Automation Frameworks - High-level wrapper to simplify Selenium interactions in Python.

Star-Verlauf

Star-Verlauf für mherrmann/selenium-python-heliumStar-Verlauf für mherrmann/selenium-python-helium

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht mherrmann/selenium-python-helium?

Dieses Projekt ist eine High-Level-Python-Bibliothek und ein Wrapper für Selenium, der für Webbrowser-Automatisierung und funktionale Tests entwickelt wurde. Er bietet eine vereinfachte Schnittstelle zur Steuerung von Browsern, um automatisierte Workflows und End-to-End-Tests in Chrome und Firefox auszuführen.

Was sind die Hauptfunktionen von mherrmann/selenium-python-helium?

Die Hauptfunktionen von mherrmann/selenium-python-helium sind: Automated End-to-End Testing, Text-Based Element Discovery, Web Task Automations, Python Browser Automation Libraries, Multi-Page Browser Workflow Automators, Automation Driver Wrappers, Selenium WebDriver Automations, Abstraction Layers.

Welche Open-Source-Alternativen gibt es zu mherrmann/selenium-python-helium?

Open-Source-Alternativen zu mherrmann/selenium-python-helium sind unter anderem: mherrmann/helium — Helium is a Python library and high-level wrapper for Selenium designed for browser automation, functional UI testing,… mozilla-firefox/firefox — Firefox is a cross-platform web browser engine designed to render web content, execute JavaScript, and manage secure… lavague-ai/lavague — LaVague is an LLM web agent framework and large action model designed to translate natural language instructions into… facebook/php-webdriver — php-webdriver is a browser automation library and PHP language binding for the Selenium WebDriver protocol. It serves… php-webdriver/php-webdriver — php-webdriver is a WebDriver PHP client and browser automation framework that implements the W3C WebDriver standard.… teamcapybara/capybara — Capybara is a browser automation library and web application acceptance test framework used to simulate user behavior…

Open-Source-Alternativen zu Selenium Python Helium

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Selenium Python Helium.
  • mherrmann/heliumAvatar von mherrmann

    mherrmann/helium

    8,306Auf GitHub ansehen↗

    Helium is a Python library and high-level wrapper for Selenium designed for browser automation, functional UI testing, and web scraping. It provides a simplified interface for interacting with web applications across different browser engines. The library distinguishes itself by allowing users to identify and interact with web elements using visible text labels rather than relying exclusively on technical identifiers like XPaths or CSS selectors. This approach enables the creation of automation scripts based on human-readable labels. The toolkit covers a broad range of browser automation cap

    Python
    Auf GitHub ansehen↗8,306
  • mozilla-firefox/firefoxAvatar von mozilla-firefox

    mozilla-firefox/firefox

    11,305Auf GitHub ansehen↗

    Firefox is a cross-platform web browser engine designed to render web content, execute JavaScript, and manage secure browsing sessions. It utilizes a multi-process isolation architecture that distributes browser tasks across independent operating system processes to ensure stability and prevent site-specific failures from impacting the entire application. The engine incorporates a sandboxed execution environment to restrict web content and untrusted scripts to isolated memory compartments, enforcing security policies that prevent unauthorized access to system resources. The project distinguis

    JavaScript
    Auf GitHub ansehen↗11,305
  • lavague-ai/lavagueAvatar von lavague-ai

    lavague-ai/LaVague

    6,374Auf GitHub ansehen↗

    LaVague is an LLM web agent framework and large action model designed to translate natural language instructions into executable browser automation scripts. It functions as a multi-modal orchestrator that reasons over web page states and HTML content to automate multi-step tasks via a Selenium-based automation engine. The framework features a modular model provider layer, allowing users to swap between different language and vision models from providers such as Anthropic, Gemini, and Azure OpenAI. It employs a multi-modal world model to process screenshots and HTML structures, utilizing retri

    Pythonaibrowserlarge-action-model
    Auf GitHub ansehen↗6,374
  • facebook/php-webdriverAvatar von facebook

    facebook/php-webdriver

    5,203Auf GitHub ansehen↗

    php-webdriver is a browser automation library and PHP language binding for the Selenium WebDriver protocol. It serves as a web application testing tool that allows for the programmatic control of web browsers to simulate user interactions and navigate web pages. The project implements the WebDriver protocol to manage browser sessions and execute automated functional tests. It enables integration with Selenium servers to perform automated web testing and support headless browser workflows. The library provides capabilities for configuring browser properties and managing the lifecycle of remot

    PHP
    Auf GitHub ansehen↗5,203
  • Alle 30 Alternativen zu Selenium Python Helium anzeigen→