selenium-4.41.0
📦 seleniumView on GitHub →
✨ 3 features🐛 2 fixes🔧 1 symbols
Summary
This release focuses heavily on build system improvements, including Bazel integration, workflow consolidation, and dependency management across all language bindings. Key functional updates include canonical support for AI agent directions and improved cancellation support in .NET BiDi.
Migration Steps
- If you rely on type stub packages being runtime dependencies in Python, note they have been removed.
✨ New Features
- Canonical approach to supporting AI agent directions implemented.
- [dotnet][bidi] Introduce CancellationToken for async commands.
- [dotnet][bidi] Support cancellation of events registration.
🐛 Bug Fixes
- [py] Fix return type hint for `alert_is_present`.
- [java] Fix JSON parsing of numbers with exponent.