File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
dotnet/src/webdriver/BiDi/Modules/Script Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- // <copyright file="RemoteReference .cs" company="Selenium Committers">
1
+ // <copyright file="IRemoteReference .cs" company="Selenium Committers">
2
2
// Licensed to the Software Freedom Conservancy (SFC) under one
3
3
// or more contributor license agreements. See the NOTICE file
4
4
// distributed with this work for additional information
@@ -30,7 +30,9 @@ public interface ISharedReference : IRemoteReference
30
30
public Handle ? Handle { get ; set ; }
31
31
}
32
32
33
- public record RemoteObjectReference ( Handle Handle ) : IRemoteReference
33
+ public interface IRemoteObjectReference : IRemoteReference
34
34
{
35
+ public Handle Handle { get ; }
36
+
35
37
public string ? SharedId { get ; set ; }
36
38
}
You can’t perform that action at this time.
0 commit comments