awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 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·7 vues

Selenium Python Helium

Ce projet est une bibliothèque Python de haut niveau et un wrapper pour Selenium conçu pour l'automatisation de navigateur web et les tests fonctionnels. Il fournit une interface simplifiée pour contrôler les navigateurs afin d'exécuter des flux de travail automatisés et des tests de bout en bout sur Chrome et Firefox.

La bibliothèque se distingue en remplaçant les sélecteurs CSS techniques et les identifiants par une découverte d'éléments basée sur des étiquettes, permettant aux éléments d'être localisés via du texte visible. Elle simplifie davantage le contrôle du navigateur en automatisant la gestion des fenêtres via les titres de page et en gérant les interactions avec les cadres imbriqués sans nécessiter de changement de contexte manuel.

L'ensemble d'outils inclut également des capacités de synchronisation des conditions de page et d'interrogation dynamique de l'état pour assurer la stabilité de la page. Ces fonctionnalités réduisent collectivement la quantité de code répétitif nécessaire pour gérer les états du navigateur et interagir avec les éléments des applications web.

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.

Historique des stars

Graphique de l'historique des stars pour mherrmann/selenium-python-heliumGraphique de l'historique des stars pour mherrmann/selenium-python-helium

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Selenium Python Helium

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Selenium Python Helium.
  • mherrmann/heliumAvatar de mherrmann

    mherrmann/helium

    8,306Voir sur GitHub↗

    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
    Voir sur GitHub↗8,306
  • mozilla-firefox/firefoxAvatar de mozilla-firefox

    mozilla-firefox/firefox

    11,305Voir sur GitHub↗

    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
    Voir sur GitHub↗11,305
  • lavague-ai/lavagueAvatar de lavague-ai

    lavague-ai/LaVague

    6,374Voir sur GitHub↗

    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
    Voir sur GitHub↗6,374
  • facebook/php-webdriverAvatar de facebook

    facebook/php-webdriver

    5,203Voir sur GitHub↗

    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
    Voir sur GitHub↗5,203
Voir les 30 alternatives à Selenium Python Helium→

Questions fréquentes

Que fait mherrmann/selenium-python-helium ?

Ce projet est une bibliothèque Python de haut niveau et un wrapper pour Selenium conçu pour l'automatisation de navigateur web et les tests fonctionnels. Il fournit une interface simplifiée pour contrôler les navigateurs afin d'exécuter des flux de travail automatisés et des tests de bout en bout sur Chrome et Firefox.

Quelles sont les fonctionnalités principales de mherrmann/selenium-python-helium ?

Les fonctionnalités principales de mherrmann/selenium-python-helium sont : 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.

Quelles sont les alternatives open-source à mherrmann/selenium-python-helium ?

Les alternatives open-source à mherrmann/selenium-python-helium incluent : 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…