-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Added Kotlin Code Examples #2499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: trunk
Are you sure you want to change the base?
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR looks fine to me. can be further reviewed for acceptance by TLC members. |
User description
Added Kotlin Waits Code Example
Description
Added Kotlin examples for Selenium waits in the code section. Previously, Kotlin examples were missing, making it harder for Kotlin developers to reference wait implementations directly from the documentation.
Motivation and Context
Providing Kotlin wait examples ensures that Kotlin developers can quickly find and reference proper Selenium wait usage, improving accessibility and completeness of the documentation.
Types of changes
Checklist
PR Type
Enhancement
PR Type
Documentation, Enhancement
Description
Added comprehensive Kotlin code examples for Selenium waits
Created test file with implicit, explicit, and fluent wait implementations
Updated documentation to reference Kotlin examples across multiple languages
Replaced placeholder badges with actual code block references
Diagram Walkthrough
File Walkthrough
WaitsTest.kt
New Kotlin waits test implementation
examples/kotlin/src/test/kotlin/dev/selenium/waits/WaitsTest.kt
BaseTest
waits.en.md
Updated English documentation with Kotlin examples
website_and_docs/content/documentation/webdriver/waits.en.md
{{< badge-code >}}
placeholders with actual Kotlin codereferences
waits
waits.ja.md
Updated Japanese documentation with Kotlin examples
website_and_docs/content/documentation/webdriver/waits.ja.md
{{< badge-code >}}
placeholders with Kotlin code blockreferences
waits.pt-br.md
Updated Portuguese documentation with Kotlin examples
website_and_docs/content/documentation/webdriver/waits.pt-br.md
waits.zh-cn.md
Updated Chinese documentation with Kotlin examples
website_and_docs/content/documentation/webdriver/waits.zh-cn.md
{{< badge-code >}}
with proper code block references