AGENTS.md
java/AGENTS.mdAGENTS.md
Quality
58/100
Scores the file, not the repository.Length
140 words
8 headings · 3 code blocksRepository
34k
— · pushed 0 days agoLast changed
3 days ago
First indexed 3 days ago.1<!-- Guidance for AI agents working in Selenium Java Bindings and Grid. -->23## Code location4- Java Bindings: `java/src/`, `java/test/`5- Grid Server: `java/src/org/openqa/selenium/grid/`67## Common commands8- Build: `bazel build //java/...`9- Build Grid: `bazel build grid`1011## Testing12See `java/TESTING.md`1314## Code conventions15### Interfaces16- New methods added to existing interfaces must provide a default implementation, if possible.17- Interfaces must not expose the native classes of their implementations.1819### Logging20```java21import java.util.logging.Logger;22private static final Logger LOG = Logger.getLogger(MyClass.class.getName());2324LOG.warning("actionable: something needs attention");25LOG.info("useful: server started on port 4444");26LOG.fine("diagnostic: request details for debugging");27```2829### Deprecation30```java31@Deprecated(forRemoval = true)32public void legacyMethod() { }33```3435### Documentation36Use Javadoc for public APIs:37```java38/**39 * Brief description.40 *41 * @param name description42 * @return description43 * @throws ExceptionType when condition44 */45```46
Also in SeleniumHQ/selenium
Diff this repo’s formatsOne 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/seleniumAGENTS.md · 34k | AGENTS.md | teststylearchgit+1 | 75/100 | 3 days ago | |
| SeleniumHQ/seleniumdotnet/AGENTS.md · 34k | AGENTS.md | teststyledocs | 59/100 | 3 days ago | |
| SeleniumHQ/seleniumjavascript/selenium-webdriver/AGENTS.md · 34k | AGENTS.md | teststyledocs | 44/100 | 3 days ago | |
| SeleniumHQ/seleniumpy/AGENTS.md · 34k | AGENTS.md | teststyletypesdeployment+2 | 80/100 | 3 days ago | |
| SeleniumHQ/seleniumrb/AGENTS.md · 34k | AGENTS.md | teststyletypestesting-strategy+2 | 58/100 | 3 days ago | |
| SeleniumHQ/seleniumrust/AGENTS.md · 34k | AGENTS.md | teststyledocs | 44/100 | 3 days ago |
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| trick77/agents-md-syncAGENTS.md · 2 | AGENTS.md | setupbuildteststyle+5 | 100/100 | 3 days ago | |
| SkeneTechnologies/skene-cookbookAGENTS.md · 51 | AGENTS.md | setupbuildtestlint-format+7 | 100/100 | 2 days ago | |
| duckduckgo/content-scope-scriptsspecial-pages/AGENTS.md · 70 | AGENTS.md | buildteststylearch+3 | 100/100 | 3 days ago | |
| wpscanteam/wpscanAGENTS.md · 9.7k | AGENTS.md | setupbuildteststyle+6 | 100/100 | 2 days ago | |
| mui/material-uiAGENTS.md · 99k | AGENTS.md | setupbuildtestlint-format+9 | 100/100 | 3 days ago | |
| n8n-io/n8npackages/@n8n/agents/AGENTS.md · 199k | AGENTS.md | buildteststylearch+3 | 100/100 | 3 days ago | |
| TryGhost/Ghoste2e/AGENTS.md · 55k | AGENTS.md | setupteststylearch+2 | 100/100 | 3 days ago | |
| code-yeongyu/oh-my-openagentpackages/web/AGENTS.md · 67k | AGENTS.md | setupbuildtestlint-format+6 | 100/100 | 2 days ago |
