-
- Notifications
You must be signed in to change notification settings - Fork 8.6k
Open
Labels
C-dotnet.NET Bindings.NET BindingsI-enhancementSomething could be betterSomething could be betterJ-staleApplied to issues that become stale, and eventually closed.Applied to issues that become stale, and eventually closed.
Description
Feature and motivation
https://www.w3.org/TR/permissions/
The implementation should not rely on internal members. The goal is to expose minimal required to make it possible to implement new extendable by the third-partied modules.
Usage example
var bidi = await driver.AsBiDiAsync(); // selenium responsibility // straightforward API (not yet approved) var permissionsModule = new PermissionsModule(bidi); // or as extension to emphasize this is extension var permissionsModule = bidi.AsPermissions(); await permissionsModule.QueryAsync();Metadata
Metadata
Assignees
Labels
C-dotnet.NET Bindings.NET BindingsI-enhancementSomething could be betterSomething could be betterJ-staleApplied to issues that become stale, and eventually closed.Applied to issues that become stale, and eventually closed.