You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[To ensure code accuracy, apply this suggestion manually]
Suggestion importance[1-10]: 7
__
Why: The suggestion correctly identifies a typo in the filename ("roadmp" instead of "roadmap"). This is important to fix as it affects the URL of the blog post and could impact discoverability and linking.
Medium
Fix heading structure
The blog post is missing a proper heading structure. The "Roadmap" heading appears to be a duplicate of the title and lacks proper Markdown formatting (it should be a level 2 heading with ## prefix).
+---
+title: "Roadmap for adopting WebDriver Bidi"
+linkTitle: "Proposed roadmap for adopting WebDriver Bidi and deprecating WebDriver Classic"
+date: 2025-03-11
+tags: ["selenium"]
+categories: []
+author: Diego Molina [@diemol](https://www.diemol.com)
+description: >
+ A roadmap for how and when Selenium will adopt WebDriver Bidi and deprecate WebDriver Classic.
+---
+
-+Roadmap++## Introduction
Apply this suggestion
Suggestion importance[1-10]: 5
__
Why: The suggestion correctly identifies that the "Roadmap" heading is redundant with the title and lacks proper Markdown formatting. Changing it to "## Introduction" improves the document structure and readability.
Low
More
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User description
Description
Adding a blog post on a proposed roadmap for adopting Bidi and deprecating Classic in Selenium
Motivation and Context
We are receiving queries about our plans, and being able to point to written documentation helps a lot.
Types of changes
Checklist
PR Type
Documentation
Description
Added a blog post outlining the roadmap for adopting WebDriver Bidi.
Detailed the transition plan from WebDriver Classic to Bidi.
Explained the benefits and features of WebDriver Bidi.
Provided a timeline and steps for the deprecation of WebDriver Classic.
Changes walkthrough 📝
bidi-roadmp.md
Added blog post on WebDriver Bidi roadmapwebsite_and_docs/content/blog/2025/bidi-roadmp.md
Bidi.