-
-
Notifications
You must be signed in to change notification settings - Fork 454
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
Conversation
…eer-sharp into protocol-option
# Conflicts: # lib/PuppeteerSharp.Tests/LauncherTests/PuppeteerConnectTests.cs # lib/PuppeteerSharp.Tests/TestConstants.cs
4744bf1
to
560ce2f
Compare
…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
# Conflicts: # lib/PuppeteerSharp/BrowserContext.cs
@@ -43,6 +43,7 @@ | |||
<PrivateAssets>all</PrivateAssets> | |||
</PackageReference> | |||
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" /> | |||
<PackageReference Include="WebDriverBiDi" Version="0.0.9" /> |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Creating PR upstream.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
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 😉
First green of a navigation test.
Breaking changes
ITarget.TargetId
was removed.