Getting noticed, but rough fundamentals could turn visitors away.
Unofficial ChromeDriver mirror
Documentation
55
No license detected.
→ Add a LICENSE file. Without one, nobody can legally use, copy, or contribute to your code.
Contributing guidance is in the README, not a dedicated CONTRIBUTING.md (−20 pts).
→ Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.
README is present.
README documents how to install the project.
Engineering
29
No CI configuration detected in this repository.
→ If your CI lives elsewhere (a private repo that builds this one) or this project is itself a CI/CD tool, mark this check Not Applicable. Otherwise add a GitHub Actions workflow that runs tests on each push. It takes 15 minutes and reassures contributors their changes won't break things.
No linter or formatter config found.
→ Add a linter config such as .eslintrc.json, .prettierrc, ruff.toml, or .golangci.yml to enforce consistent code style.
No dependency lockfile found (−70 pts).
→ Commit the lockfile for this project's package manager so installs produce the same dependency versions everywhere.
No issue or PR templates found (−100 pts).
→ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
Test files detected (log_replay/client_replay_test.py).
Project health
59
No dependency manifest detected at root.
→ Add a manifest (package.json, pyproject.toml, Cargo.toml, go.mod, etc.) so others can install dependencies in one command.
No .gitignore found (−60 pts).
→ Add a .gitignore to keep build output, node_modules, and secrets out of version control.
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 66Forks
- 0Releases
Community
- —Community health
- —authors own >50% of commits
- 203Watchers
Responsiveness
- —Median issue response
- —Median PR merge time
- 2Open issues
Repository files86 root entries
- chrome
- client
- constants
- docs
- js
- log_replayGood: Test files detected (log_replay/client_replay_test.py).
- net
- server
- test
- alert_commands.cc
- alert_commands.h
- basic_types.cc
- basic_types.h
- BUILD.gn
- capabilities_unittest.cc
- capabilities.cc
- capabilities.h
- chrome_launcher_unittest.cc
- chrome_launcher.cc
- chrome_launcher.h
- chrome_paths.py
- chromedriver_server_exe.ver
- command_listener_proxy_unittest.cc
- command_listener_proxy.cc
- command_listener_proxy.h
- command_listener.h
- command.h
- commands_unittest.cc
- commands.cc
- commands.h
- connection_session_map.h
- cpp_source.py
- DEPS
- devtools_events_logger.cc
- devtools_events_logger.h
- DIR_METADATA
- element_commands_unittest.cc
- element_commands.cc
- element_commands.h
- element_util.cc
- element_util.h
- embed_bidimapper_in_cpp.py
- embed_js_in_cpp.py
- embed_mobile_devices_in_cpp.py
- embed_networks_in_cpp.py
- embed_user_data_dir_in_cpp.py
- fedcm_commands_unittest.cc
- fedcm_commands.cc
- fedcm_commands.h
- key_converter_unittest.cc
- key_converter.cc
- key_converter.h
- keycode_text_conversion_mac.mm
- keycode_text_conversion_ozone.cc
- keycode_text_conversion_unittest.cc
- keycode_text_conversion_win.cc
- keycode_text_conversion_x.cc
- keycode_text_conversion.h
- logging_unittest.cc
- logging.cc
- logging.h
- OWNERS
- performance_logger_unittest.cc
- performance_logger.cc
- performance_logger.h
- prompt_behavior_unittest.cc
- prompt_behavior.cc
- prompt_behavior.h
- README.mdGood: README is present.Good: README is well structured with multiple sections.Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.Good: README has code examples.Good: README links to a live demo or deployed app.Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.Good: README documents how to install the project.Good: README documents how to run the project.
- session_commands_unittest.cc
- session_commands.cc
- session_commands.h
- session_connection_map.h
- session_thread_map.h
- session_unittest.cc
- session.cc
- session.h
- util_unittest.cc
- util.cc
- util.h
- util.py
- webauthn_commands.cc
- webauthn_commands.h
- window_commands_unittest.cc
- window_commands.cc
- window_commands.h