MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / SharedReference

Class SharedReference

dotnet/src/webdriver/BiDi/Script/IRemoteReference.cs:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31public sealed record SharedReference(string SharedId) : ISharedReference
32{
33 public Handle? Handle { get; init; }
34}
35
36public interface IRemoteObjectReference : IRemoteReference
37{

Calls

no outgoing calls