AGENTS.md
javascript/selenium-webdriver/AGENTS.mdAGENTS.md
Quality
44/100
Scores the file, not the repository.Length
107 words
7 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 JavaScript Bindings -->23## Code location45- Library: `javascript/selenium-webdriver/lib/`6- Tests: `javascript/selenium-webdriver/test/`78## Common commands910- Build: `bazel build //javascript/selenium-webdriver/...`1112## Testing1314See `javascript/selenium-webdriver/TESTING.md`1516## Code conventions1718### Logging1920```javascript21const logging = require('./logging')22const log_ = logging.getLogger('selenium.webdriver.mymodule')2324log_.warning('actionable: something needs attention')25log_.info('useful: driver started successfully')26log_.finer('diagnostic: request details for debugging')27```2829### Deprecation3031Log a warning directing users to the alternative:3233```javascript34log_.warning('oldMethod is deprecated, use newMethod instead')35```3637### Documentation3839Use JSDoc for public APIs:4041```javascript42/**43 * Brief description.44 *45 * @param {Type} name description46 * @return {Type} description47 * @throws {ErrorType} when condition48 */49```50
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/seleniumjava/AGENTS.md · 34k | AGENTS.md | teststyledocs | 58/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 |
