Update code block references in documentation#2613
Update code block references in documentation#2613srinu2003 wants to merge 1 commit intoSeleniumHQ:trunkfrom
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
Review Summary by QodoUpdate Java code block line references in documentation
WalkthroughsDescription• Updated Java code block line references in WebDriver elements documentation • Corrected 9 outdated line number ranges pointing to InformationTest.java • Ensured documentation accurately reflects current source file structure Diagramflowchart LR
A["Documentation File"] -- "Update line references" --> B["Java Examples"]
B -- "L20-L24 → L27-L29" --> C["Corrected References"]
B -- "L27-L29 → L32-L34" --> C
B -- "L32-L34 → L37-L39" --> C
B -- "L37-L39 → L42-L44" --> C
B -- "L42-L44 → L47-L50" --> C
B -- "L49-L50 → L52-L54" --> C
B -- "L54-L56 → L58-L60" --> C
B -- "L60-L64 → L64-L68" --> C
File Changes1. website_and_docs/content/documentation/webdriver/elements/information.en.md
|
Code Review by Qodo
1. Translations stale codeblocks
|
Description
Updated
gh-codeblockline references for Java examples in the WebDriver elements documentation to ensure they correctly point to the current sections of the source files.Motivation and Context
Several Java code block references were pointing to outdated line numbers due to recent updates in the example files. This created inconsistencies between the documentation and the actual Java code.
This PR fixes those mismatches by updating the line references to the correct locations.
Types of changes
Checklist