Skip to content
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

[🚀 Feature]: Implement Navigation Commands with BiDi #13995

Open
titusfortner opened this issue May 21, 2024 · 1 comment
Open

[🚀 Feature]: Implement Navigation Commands with BiDi #13995

titusfortner opened this issue May 21, 2024 · 1 comment
Labels
C-devtools BiDi or Chrome DevTools related issues C-dotnet C-java C-nodejs C-py C-rb I-enhancement I-stale Applied to issues that become stale, and eventually closed.
Milestone

Comments

@titusfortner
Copy link
Member

titusfortner commented May 21, 2024

Feature and motivation

Moving forward, Selenium plans to update implementations to use WebDriver BiDi instead of WebDriver Classic if BiDi is enabled.

It was decided at the Selenium Dev Summit that we would implement the navigation commands with BiDi in all the bindings as the minimum for Selenium 5. This will act as a proof of concept that a user can successfully use either BiDi or Classic depending on the capabilities that are set. We do not need to implement everything in BiDi spec before releasing Selenium 5, just have a working module as a pattern to work from.

Considerations

  • let's not worry about making sure we're storing the browser context id properly everywhere for this issue
  • we do need to make sure we're looking at the user's page load strategy to determine how to wait for the navigation

Implementations

Copy link

This issue is stale because it has been open 280 days with no activity. Remove stale label or comment or this will be closed in 14 days.

@github-actions github-actions bot added the I-stale Applied to issues that become stale, and eventually closed. label Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-devtools BiDi or Chrome DevTools related issues C-dotnet C-java C-nodejs C-py C-rb I-enhancement I-stale Applied to issues that become stale, and eventually closed.
Projects
None yet
Development

No branches or pull requests

2 participants