2323namespace OpenQA . Selenium . BiDi . Communication . Json ;
2424
2525#region https://github.com/dotnet/runtime/issues/72604
26- [ JsonSerializable ( typeof ( Script . EvaluateResultSuccess ) ) ]
27- [ JsonSerializable ( typeof ( Script . EvaluateResultException ) ) ]
28-
29- [ JsonSerializable ( typeof ( Script . NumberRemoteValue ) ) ]
30- [ JsonSerializable ( typeof ( Script . BooleanRemoteValue ) ) ]
31- [ JsonSerializable ( typeof ( Script . BigIntRemoteValue ) ) ]
32- [ JsonSerializable ( typeof ( Script . StringRemoteValue ) ) ]
33- [ JsonSerializable ( typeof ( Script . NullRemoteValue ) ) ]
34- [ JsonSerializable ( typeof ( Script . UndefinedRemoteValue ) ) ]
35- [ JsonSerializable ( typeof ( Script . SymbolRemoteValue ) ) ]
36- [ JsonSerializable ( typeof ( Script . ArrayRemoteValue ) ) ]
37- [ JsonSerializable ( typeof ( Script . ObjectRemoteValue ) ) ]
38- [ JsonSerializable ( typeof ( Script . FunctionRemoteValue ) ) ]
39- [ JsonSerializable ( typeof ( Script . RegExpRemoteValue ) ) ]
40- [ JsonSerializable ( typeof ( Script . DateRemoteValue ) ) ]
41- [ JsonSerializable ( typeof ( Script . MapRemoteValue ) ) ]
42- [ JsonSerializable ( typeof ( Script . SetRemoteValue ) ) ]
43- [ JsonSerializable ( typeof ( Script . WeakMapRemoteValue ) ) ]
44- [ JsonSerializable ( typeof ( Script . WeakSetRemoteValue ) ) ]
45- [ JsonSerializable ( typeof ( Script . GeneratorRemoteValue ) ) ]
46- [ JsonSerializable ( typeof ( Script . ErrorRemoteValue ) ) ]
47- [ JsonSerializable ( typeof ( Script . ProxyRemoteValue ) ) ]
48- [ JsonSerializable ( typeof ( Script . PromiseRemoteValue ) ) ]
49- [ JsonSerializable ( typeof ( Script . TypedArrayRemoteValue ) ) ]
50- [ JsonSerializable ( typeof ( Script . ArrayBufferRemoteValue ) ) ]
51- [ JsonSerializable ( typeof ( Script . NodeListRemoteValue ) ) ]
52- [ JsonSerializable ( typeof ( Script . HtmlCollectionRemoteValue ) ) ]
53- [ JsonSerializable ( typeof ( Script . NodeRemoteValue ) ) ]
54- [ JsonSerializable ( typeof ( Script . WindowProxyRemoteValue ) ) ]
55-
56- [ JsonSerializable ( typeof ( Script . WindowRealmInfo ) ) ]
57- [ JsonSerializable ( typeof ( Script . DedicatedWorkerRealmInfo ) ) ]
58- [ JsonSerializable ( typeof ( Script . SharedWorkerRealmInfo ) ) ]
59- [ JsonSerializable ( typeof ( Script . ServiceWorkerRealmInfo ) ) ]
60- [ JsonSerializable ( typeof ( Script . WorkerRealmInfo ) ) ]
61- [ JsonSerializable ( typeof ( Script . PaintWorkletRealmInfo ) ) ]
62- [ JsonSerializable ( typeof ( Script . AudioWorkletRealmInfo ) ) ]
63- [ JsonSerializable ( typeof ( Script . WorkletRealmInfo ) ) ]
64-
6526[ JsonSerializable ( typeof ( Log . GenericLogEntry ) ) ]
6627[ JsonSerializable ( typeof ( Log . ConsoleLogEntry ) ) ]
6728[ JsonSerializable ( typeof ( Log . JavascriptLogEntry ) ) ]
@@ -70,12 +31,6 @@ namespace OpenQA.Selenium.BiDi.Communication.Json;
7031[ JsonSerializable ( typeof ( Command ) ) ]
7132[ JsonSerializable ( typeof ( EmptyResult ) ) ]
7233
73-
74-
75-
76-
77-
78-
7934[ JsonSerializable ( typeof ( Input . PerformActionsCommand ) ) ]
8035[ JsonSerializable ( typeof ( Input . ReleaseActionsCommand ) ) ]
8136[ JsonSerializable ( typeof ( Input . SetFilesCommand ) ) ]
@@ -84,12 +39,5 @@ namespace OpenQA.Selenium.BiDi.Communication.Json;
8439[ JsonSerializable ( typeof ( IEnumerable < Input . INoneSourceAction > ) ) ]
8540[ JsonSerializable ( typeof ( IEnumerable < Input . IWheelSourceAction > ) ) ]
8641
87- [ JsonSerializable ( typeof ( Emulation . SetTimezoneOverrideCommand ) ) ]
88- [ JsonSerializable ( typeof ( Emulation . SetUserAgentOverrideCommand ) ) ]
89- [ JsonSerializable ( typeof ( Emulation . SetLocaleOverrideCommand ) ) ]
90- [ JsonSerializable ( typeof ( Emulation . SetForcedColorsModeThemeOverrideCommand ) ) ]
91- [ JsonSerializable ( typeof ( Emulation . SetScriptingEnabledCommand ) ) ]
92- [ JsonSerializable ( typeof ( Emulation . SetScreenOrientationOverrideCommand ) ) ]
93- [ JsonSerializable ( typeof ( Emulation . SetGeolocationOverrideCommand ) ) ]
9442
9543internal partial class BiDiJsonSerializerContext : JsonSerializerContext ;
0 commit comments