

Also from Kynth Studios


Also from Kynth Studios


Also from Kynth Studios
1<!-- Guidance for AI agents working in Selenium .NET Bindings -->23## Code location4- Core: `dotnet/src/webdriver/`5- Support: `dotnet/src/support/`6- Tests: `dotnet/test/common/`78## Common commands9- Build: `bazel build //dotnet/...`1011## Testing12See `dotnet/TESTING.md`1314## Code conventions1516### Logging17```csharp18using OpenQA.Selenium.Internal.Logging;19private static readonly ILogger _logger = Log.GetLogger<MyClass>();2021_logger.Warn("actionable: something needs attention");22_logger.Info("useful: driver started successfully");23_logger.Debug("diagnostic: request details for debugging");24```2526### Deprecation27```csharp28[Obsolete("Use NewMethod instead")]29public void OldMethod() { }30```31When code inside the assembly must still reference an obsolete member (e.g. a field32or method the obsolete API is built on), wrap just that usage to keep the build33warning-clean (see `UserPromptHandler.cs`):34```csharp35#pragma warning disable CS0618 // Type or member is obsolete36this.legacyThing.DoWork();37#pragma warning restore CS0618 // Type or member is obsolete38```3940### Async patterns41The codebase is migrating to async4243### Documentation44Use XML documentation comments for public APIs:45```csharp46/// <summary>47/// Brief description.48/// </summary>49/// <param name="name">Description.</param>50/// <returns>Description.</returns>51/// <exception cref="ExceptionType">When condition.</exception>52```53
One repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| SeleniumHQ/seleniumjava/AGENTS.md · 34k | AGENTS.md | teststyledocs | 58/100 | 14 days ago | |
| SeleniumHQ/seleniumrb/AGENTS.md · 34k | AGENTS.md | teststyletypestesting-strategy+2 | 58/100 | 14 days ago | |
| SeleniumHQ/seleniumpy/AGENTS.md · 34k | AGENTS.md | teststyletypesdeployment+2 | 80/100 | 14 days ago | |
| SeleniumHQ/seleniumrust/AGENTS.md · 34k | AGENTS.md | teststyledocs | 44/100 | 14 days ago | |
| SeleniumHQ/seleniumAGENTS.md · 34k | AGENTS.md | teststylearchgit+1 | 75/100 | 14 days ago | |
| SeleniumHQ/seleniumjavascript/selenium-webdriver/AGENTS.md · 34k | AGENTS.md | teststyledocs | 44/100 | 14 days ago |
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| mui/material-uiAGENTS.md · 99k | AGENTS.md | setupbuildtestlint-format+9 | 100/100 | 14 days ago | |
| elastic/elasticsearchx-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ml/AGENTS.md · 78k | AGENTS.md | buildtestlint-formatstyle+2 | 100/100 | 14 days ago | |
| code-yeongyu/oh-my-openagentpackages/web/AGENTS.md · 68k | AGENTS.md | setupbuildtestlint-format+6 | 100/100 | 13 days ago | |
| TryGhost/Ghoste2e/AGENTS.md · 55k | AGENTS.md | setupteststylearch+2 | 100/100 | today | |
| n8n-io/n8npackages/@n8n/agents/AGENTS.md · 201k | AGENTS.md | buildteststylearch+3 | 100/100 | 14 days ago | |
| duckduckgo/content-scope-scriptsspecial-pages/AGENTS.md · 70 | AGENTS.md | buildteststylearch+3 | 100/100 | 14 days ago | |
| deepseek-ai/deepseek-harnessnative/landlock-run/AGENTS.md · 104k | AGENTS.md | setupteststylearch+3 | 100/100 | today | |
| rails/railsAGENTS.md · 59k | AGENTS.md | teststylearchgit+4 | 100/100 | 14 days ago |
A badge carrying the measured quality of the strongest agent config file in this repository, out of 100. It reads from this index every time somebody loads your page, so it changes when the measurement changes and there is nothing to keep up to date. Free, no account, and the value is not something you or we can set by hand.
[](https://rulestack.kynth.studio/configs/seleniumhq-selenium-dotnet-agents)Would rather not hotlink us? Every badge is also served in shields.io’s endpoint schema, so shields renders the image and your readers never talk to our domain:
Published by Toolproof, the masthead over this index and eight others. The method behind the number is at toolproof.kynth.studio/methodology, and the whole thing is readable as JSON with no key at /api.