Skip to content

Commit 077aab4

Browse files
committed
Remove UnsubscribeByAttributesOptions
1 parent 25da920 commit 077aab4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

dotnet/src/webdriver/BiDi/Session/UnsubscribeCommand.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,3 @@ internal sealed class UnsubscribeByIdCommand(UnsubscribeByIdParameters @params)
2828
internal sealed record UnsubscribeByIdParameters(IEnumerable<Subscription> Subscriptions) : Parameters;
2929

3030
public sealed class UnsubscribeByIdOptions : CommandOptions;
31-
32-
public sealed class UnsubscribeByAttributesOptions : CommandOptions
33-
{
34-
public IEnumerable<BrowsingContext.BrowsingContext>? Contexts { get; set; }
35-
}

0 commit comments

Comments
 (0)