Update selenium and devtools versions#2592
Update selenium and devtools versions#2592cgoldberg wants to merge 2 commits intoSeleniumHQ:trunkfrom
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:
|
|||||||||||||||||
Almost all of the AI code suggestions are just wrong :/ |
User description
Description
This PR updates the version of selenium used from
4.38->4.41, and the devtools imports in example code from142->145.Ruby's selenium-devtools is at
0.143.0because that's the latest published version.#2588 should also be merged to fix the dotnet issues when upgrading to
4.41Motivation and Context
Python CI tests are failing in CI because they are importing a non-existent devtools version. This should fix that and bring all other examples up to date.
Types of changes
Checklist
PR Type
Enhancement
Description
Update Selenium WebDriver from 4.38.0 to 4.41.0 across all language examples
Update DevTools imports from v142 to v145 in Python and Java examples
Update Selenium Server JAR references from 4.38.0 to 4.41.0 in test configurations
Update package dependencies in JavaScript, .NET, Kotlin, and Ruby projects
Diagram Walkthrough
File Walkthrough
11 files
Update DevTools import from v142 to v145Update Selenium Server JAR version referencesUpdate Selenium package version to 4.41.0Update DevTools imports from v142 to v145Update DevTools imports from v142 to v145Update Selenium Server JAR version referenceUpdate Selenium NuGet package versions to 4.41.0Update selenium-webdriver package to 4.41.0Update Selenium version property to 4.41.0Update selenium-webdriver gem to 4.41.0Update Selenium Server JAR version reference