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

[BREAKING] Webdriver Bidi support #2701

Merged
merged 63 commits into from
Oct 31, 2024
Merged

[BREAKING] Webdriver Bidi support #2701

merged 63 commits into from
Oct 31, 2024

Conversation

kblok
Copy link
Member

@kblok kblok commented Jul 17, 2024

First green of a navigation test.

Breaking changes

  • ITarget.TargetId was removed.

@kblok kblok force-pushed the protocol-using-webdriver-driver branch from 4744bf1 to 560ce2f Compare July 17, 2024 20:52
kblok added 11 commits July 17, 2024 20:04
…river-driver

# Conflicts:
#	lib/PuppeteerSharp.Tests/LauncherTests/BrowserCloseTests.cs
#	lib/PuppeteerSharp/States/DisposedState.cs
#	lib/PuppeteerSharp/States/ExitedState.cs
#	lib/PuppeteerSharp/States/ExitingState.cs
#	lib/PuppeteerSharp/States/KillingState.cs
#	lib/PuppeteerSharp/States/StartedState.cs
#	lib/PuppeteerSharp/States/State.cs
@kblok kblok changed the title Webdriver Bidi support [BREAKING] Webdriver Bidi support Oct 28, 2024
@kblok kblok changed the base branch from master to v21 October 29, 2024 23:16
@kblok kblok marked this pull request as ready for review October 29, 2024 23:44
@kblok
Copy link
Member Author

kblok commented Oct 29, 2024

@Meir017 @jnyrup is open for review if you want to spend sometime reading the bidi code 😂 ?
There is quite a long way to feature parity, but hey! We have 36 passing tests.

@@ -43,6 +43,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="WebDriverBiDi" Version="0.0.9" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be convenient if WebDriverBiDi had a .NET target without any nuget dependencies.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Creating PR upstream.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI: WebDriverBiDi has a newer release with the added TFMs
image

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. I'm working on a new PR that needs that version 😉

@kblok kblok merged commit aacc4e8 into v21 Oct 31, 2024
10 checks passed
@kblok kblok deleted the protocol-using-webdriver-driver branch December 27, 2024 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants