Add C# example for unhandledPromptBehavior to translated docs#2729
Conversation
PR #2724 wired the CSharp tab's unhandledPromptBehavior example into options.en.md but missed the ja/pt-br/zh-cn translations, which still showed the placeholder badge. Apply the same gh-codeblock reference there.
PR Summary by QodoAdd C# unhandledPromptBehavior codeblock to translated options docs
AI Description
Diagram
High-Level Assessment
Files changed (3)
|
❌ Deploy Preview for selenium-dev failed.
|
|
Code review by qodo was updated up to the latest commit 8d577af |
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to review and merge it quickly
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, and help reviewers by making them as simple and short as possible.
Description
Applies the CSharp
unhandledPromptBehaviorexample from #2724 to the ja, pt-br, and zh-cn translations ofoptions.md, which were missed in that PR.Motivation and Context
#2724 replaced the placeholder badge in the CSharp tab of
options.en.mdwith a realgh-codeblockreference, but the translated versions of that page still show the placeholder badge for the same section.Types of changes
Checklist