awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mherrmann avatar

mherrmann/selenium-python-helium

0
View on GitHub↗
8,306 स्टार्स·513 फोर्क्स·Python·MIT·7 व्यूज़

Selenium Python Helium

यह प्रोजेक्ट वेब ब्राउज़र ऑटोमेशन और फंक्शनल टेस्टिंग के लिए डिज़ाइन की गई Selenium के लिए एक उच्च-स्तरीय Python लाइब्रेरी और रैपर है। यह Chrome और Firefox में स्वचालित वर्कफ़्लो और एंड-टू-एंड टेस्ट निष्पादित करने के लिए ब्राउज़र्स को नियंत्रित करने हेतु एक सरलीकृत इंटरफ़ेस प्रदान करता है।

यह लाइब्रेरी तकनीकी CSS सिलेक्टर्स और पहचानकर्ताओं को लेबल-आधारित एलिमेंट डिस्कवरी के साथ बदलकर खुद को अलग करती है, जिससे एलिमेंट्स को दृश्य टेक्स्ट के माध्यम से स्थित किया जा सकता है। यह पेज टाइटल्स के माध्यम से विंडो मैनेजमेंट को स्वचालित करके और मैनुअल कॉन्टेक्स्ट स्विचिंग की आवश्यकता के बिना नेस्टेड फ्रेम इंटरैक्शन को संभालकर ब्राउज़र नियंत्रण को और सरल बनाती है।

टूलसेट में पेज स्टेबिलिटी सुनिश्चित करने के लिए पेज कंडीशन सिंक्रोनाइज़ेशन और डायनामिक स्टेट पोलिंग की क्षमताएं भी शामिल हैं। ये विशेषताएं सामूहिक रूप से ब्राउज़र स्टेट्स को प्रबंधित करने और वेब एप्लिकेशन एलिमेंट्स के साथ इंटरैक्ट करने के लिए आवश्यक बॉयलरप्लेट कोड की मात्रा को कम करती हैं।

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.

स्टार हिस्ट्री

mherrmann/selenium-python-helium के लिए स्टार हिस्ट्री चार्टmherrmann/selenium-python-helium के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Selenium Python Helium के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Selenium Python Helium के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • mherrmann/heliummherrmann का अवतार

    mherrmann/helium

    8,306GitHub पर देखें↗

    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
    GitHub पर देखें↗8,306
  • mozilla-firefox/firefoxmozilla-firefox का अवतार

    mozilla-firefox/firefox

    11,305GitHub पर देखें↗

    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
    GitHub पर देखें↗11,305
  • lavague-ai/lavaguelavague-ai का अवतार

    lavague-ai/LaVague

    6,374GitHub पर देखें↗

    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
    GitHub पर देखें↗6,374
  • facebook/php-webdriverfacebook का अवतार

    facebook/php-webdriver

    5,203GitHub पर देखें↗

    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
    GitHub पर देखें↗5,203
Selenium Python Helium के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

mherrmann/selenium-python-helium क्या करता है?

यह प्रोजेक्ट वेब ब्राउज़र ऑटोमेशन और फंक्शनल टेस्टिंग के लिए डिज़ाइन की गई Selenium के लिए एक उच्च-स्तरीय Python लाइब्रेरी और रैपर है। यह Chrome और Firefox में स्वचालित वर्कफ़्लो और एंड-टू-एंड टेस्ट निष्पादित करने के लिए ब्राउज़र्स को नियंत्रित करने हेतु एक सरलीकृत इंटरफ़ेस प्रदान करता है।

mherrmann/selenium-python-helium की मुख्य विशेषताएं क्या हैं?

mherrmann/selenium-python-helium की मुख्य विशेषताएं हैं: 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।

mherrmann/selenium-python-helium के कुछ ओपन-सोर्स विकल्प क्या हैं?

mherrmann/selenium-python-helium के ओपन-सोर्स विकल्पों में शामिल हैं: 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…