selenium
by
SeleniumHQ

Description: A browser automation framework and ecosystem.

View on GitHub ↗

Summary Information

Updated 20 minutes ago
Added to GitGenius on April 7th, 2021
Created on January 14th, 2013
Open Issues & Pull Requests: 177 (+0)
Number of forks: 8,704
Total Stargazers: 34,276 (+0)
Total Subscribers: 1,245 (+0)

Issue Activity (beta)

Open issues: 94
New in 7 days: 1
Closed in 7 days: 3
Avg open age: 361 days
Stale 30+ days: 80
Stale 90+ days: 49

Recent activity

Opened in 7 days: 1
Closed in 7 days: 1
Comments in 7 days: 4
Events in 7 days: 16

Top labels

  • I-defect (858)
  • A-needs-triaging (519)
  • I-enhancement (294)
  • C-py (206)
  • C-java (192)
  • C-dotnet (181)
  • D-chrome (162)
  • J-stale (145)

Repository Insights (GitGenius)

Median issue/PR response: N/A
Mean response time: 0.8 hours
90th percentile: 0.0 hours
Tracked items: 1,384

Most active contributors

Detailed Description

Selenium is a browser automation framework that provides infrastructure for the W3C WebDriver specification, enabling platform and language-neutral coding interfaces compatible with all major web browsers. The project serves as an umbrella for various tools and libraries that automate web browser interactions, with primary support across Java, Python, JavaScript, Ruby, Rust, and .NET languages.

The repository is built using Bazel as its build system, which manages dependency downloads, generates required binaries, and executes tests efficiently. The project structure uses BUILD.bazel files to define modules that can be built, with targets referenced using Bazel's naming convention. Common Bazel commands like bazel build, bazel run, and bazel test are frequently wrapped with custom Rake commands executed through a ./go command interface. The codebase requires Java JDK version 17 or greater and Bazelisk, a Bazel wrapper that automatically downloads the specified Bazel version.

Development environments can be set up locally across all platforms, with platform-specific requirements documented for macOS, Windows, and Linux. For contributors who prefer not to set up local environments, the project offers alternatives including GitPod, Dev Containers, and Docker images. The repository also supports Git worktrees with Bazel caching to avoid redundant dependency downloads and rebuilds across multiple checkouts.

According to GitGenius activity tracking, the repository demonstrates exceptionally fast issue and pull request response latency, with a median response time of 0.0 hours and a mean of 0.8 hours across 1384 tracked items. The most active issue labels are I-defect with 855 occurrences, A-needs-triaging with 517, and I-enhancement with 292. Top contributors tracked by GitGenius include diemol with 2276 events, cgoldberg with 1296 events, and titusfortner with 1114 events, indicating sustained community engagement and maintenance activity.

The project is classified across multiple automation and testing domains including software testing, test automation, cross-browser testing, web automation, WebDriver API, end-to-end testing, Selenium IDE, locators, test scripts, Selenium Grid, UI testing, and browser testing. The repository overlaps with contributors from microsoft/vscode, microsoft/typescript, and rust-lang/rust, suggesting cross-project collaboration and shared expertise.

Development practices include Google Java Format for linting Java code, with an auto-formatting script available at ./scripts/format.sh. Dependencies are centrally managed through a MODULE.bazel file, with tools provided to update and pin new dependencies automatically. The project emphasizes contribution guidelines documented in CONTRIBUTING.md and provides comprehensive setup documentation for Windows developers, including both automatic installation scripts and manual installation options with detailed environment variable configuration.

The Selenium project is maintained by volunteer contributors who have donated thousands of hours to code development and upkeep. The repository includes extensive documentation for users through a User Manual at selenium.dev/documentation and multiple support channels for those encountering issues during implementation or contribution.

selenium
by
SeleniumHQSeleniumHQ/selenium

Repository Details

Fetching additional details & charts...