We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 875f5e4 commit 3c6d2f7Copy full SHA for 3c6d2f7
dotnet/src/webdriver/BiDi/Permissions/PermissionsExtensions.cs renamed to dotnet/src/webdriver/BiDi/Permissions/PermissionsBiDiExtensions.cs
@@ -1,4 +1,4 @@
1
-// <copyright file="PermissionsExtensions.cs" company="Selenium Committers">
+// <copyright file="PermissionsBiDiExtensions.cs" company="Selenium Committers">
2
// Licensed to the Software Freedom Conservancy (SFC) under one
3
// or more contributor license agreements. See the NOTICE file
4
// distributed with this work for additional information
@@ -22,7 +22,7 @@
22
23
namespace OpenQA.Selenium.BiDi.Permissions;
24
25
-public static class PermissionsExtensions
+public static class PermissionsBiDiExtensions
26
{
27
public static PermissionsModule AsPermissions(this BiDi bidi)
28
0 commit comments