@@ -30,33 +30,33 @@ namespace OpenQA.Selenium.BiDi.Communication.Json;
3030[ JsonSerializable ( typeof ( Modules . Script . EvaluateResult . Success ) ) ]
3131[ JsonSerializable ( typeof ( Modules . Script . EvaluateResult . Exception ) ) ]
3232
33- [ JsonSerializable ( typeof ( Modules . Script . NumberRemoteValue ) , TypeInfoPropertyName = "Script_NumberRemoteValue" ) ]
34- [ JsonSerializable ( typeof ( Modules . Script . BooleanRemoteValue ) , TypeInfoPropertyName = "Script_BooleanRemoteValue" ) ]
35- [ JsonSerializable ( typeof ( Modules . Script . BigIntRemoteValue ) , TypeInfoPropertyName = "Script_BigIntRemoteValue" ) ]
36- [ JsonSerializable ( typeof ( Modules . Script . StringRemoteValue ) , TypeInfoPropertyName = "Script_StringRemoteValue" ) ]
37- [ JsonSerializable ( typeof ( Modules . Script . NullRemoteValue ) , TypeInfoPropertyName = "Script_NullRemoteValue" ) ]
38- [ JsonSerializable ( typeof ( Modules . Script . UndefinedRemoteValue ) , TypeInfoPropertyName = "Script_UndefinedRemoteValue" ) ]
39- [ JsonSerializable ( typeof ( Modules . Script . SymbolRemoteValue ) , TypeInfoPropertyName = "Script_SymbolRemoteValue" ) ]
40- [ JsonSerializable ( typeof ( Modules . Script . ArrayRemoteValue ) , TypeInfoPropertyName = "Script_ArrayRemoteValue" ) ]
41- [ JsonSerializable ( typeof ( Modules . Script . ObjectRemoteValue ) , TypeInfoPropertyName = "Script_ObjectRemoteValue" ) ]
42- [ JsonSerializable ( typeof ( Modules . Script . FunctionRemoteValue ) , TypeInfoPropertyName = "Script_FunctionRemoteValue" ) ]
43- [ JsonSerializable ( typeof ( Modules . Script . RegExpRemoteValue ) , TypeInfoPropertyName = "Script_RegExpRemoteValue" ) ]
33+ [ JsonSerializable ( typeof ( Modules . Script . NumberRemoteValue ) ) ]
34+ [ JsonSerializable ( typeof ( Modules . Script . BooleanRemoteValue ) ) ]
35+ [ JsonSerializable ( typeof ( Modules . Script . BigIntRemoteValue ) ) ]
36+ [ JsonSerializable ( typeof ( Modules . Script . StringRemoteValue ) ) ]
37+ [ JsonSerializable ( typeof ( Modules . Script . NullRemoteValue ) ) ]
38+ [ JsonSerializable ( typeof ( Modules . Script . UndefinedRemoteValue ) ) ]
39+ [ JsonSerializable ( typeof ( Modules . Script . SymbolRemoteValue ) ) ]
40+ [ JsonSerializable ( typeof ( Modules . Script . ArrayRemoteValue ) ) ]
41+ [ JsonSerializable ( typeof ( Modules . Script . ObjectRemoteValue ) ) ]
42+ [ JsonSerializable ( typeof ( Modules . Script . FunctionRemoteValue ) ) ]
43+ [ JsonSerializable ( typeof ( Modules . Script . RegExpRemoteValue ) ) ]
4444[ JsonSerializable ( typeof ( Modules . Script . RegExpRemoteValue . RegExpValue ) , TypeInfoPropertyName = "Script_RegExpRemoteValue_RegExpValue" ) ]
45- [ JsonSerializable ( typeof ( Modules . Script . DateRemoteValue ) , TypeInfoPropertyName = "Script_DateRemoteValue" ) ]
46- [ JsonSerializable ( typeof ( Modules . Script . MapRemoteValue ) , TypeInfoPropertyName = "Script_MapRemoteValue" ) ]
47- [ JsonSerializable ( typeof ( Modules . Script . SetRemoteValue ) , TypeInfoPropertyName = "Script_SetRemoteValue" ) ]
48- [ JsonSerializable ( typeof ( Modules . Script . WeakMapRemoteValue ) , TypeInfoPropertyName = "Script_WeakMapRemoteValue" ) ]
49- [ JsonSerializable ( typeof ( Modules . Script . WeakSetRemoteValue ) , TypeInfoPropertyName = "Script_WeakSetRemoteValue" ) ]
50- [ JsonSerializable ( typeof ( Modules . Script . GeneratorRemoteValue ) , TypeInfoPropertyName = "Script_GeneratorRemoteValue" ) ]
51- [ JsonSerializable ( typeof ( Modules . Script . ErrorRemoteValue ) , TypeInfoPropertyName = "Script_ErrorRemoteValue" ) ]
52- [ JsonSerializable ( typeof ( Modules . Script . ProxyRemoteValue ) , TypeInfoPropertyName = "Script_ProxyRemoteValue" ) ]
53- [ JsonSerializable ( typeof ( Modules . Script . PromiseRemoteValue ) , TypeInfoPropertyName = "Script_PromiseRemoteValue" ) ]
54- [ JsonSerializable ( typeof ( Modules . Script . TypedArrayRemoteValue ) , TypeInfoPropertyName = "Script_TypedArrayRemoteValue" ) ]
55- [ JsonSerializable ( typeof ( Modules . Script . ArrayBufferRemoteValue ) , TypeInfoPropertyName = "Script_ArrayBufferRemoteValue" ) ]
56- [ JsonSerializable ( typeof ( Modules . Script . NodeListRemoteValue ) , TypeInfoPropertyName = "Script_NodeListRemoteValue" ) ]
57- [ JsonSerializable ( typeof ( Modules . Script . HtmlCollectionRemoteValue ) , TypeInfoPropertyName = "Script_HtmlCollectionRemoteValue" ) ]
58- [ JsonSerializable ( typeof ( Modules . Script . NodeRemoteValue ) , TypeInfoPropertyName = "Script_NodeRemoteValue" ) ]
59- [ JsonSerializable ( typeof ( Modules . Script . WindowProxyRemoteValue ) , TypeInfoPropertyName = "Script_WindowProxyRemoteValue" ) ]
45+ [ JsonSerializable ( typeof ( Modules . Script . DateRemoteValue ) ) ]
46+ [ JsonSerializable ( typeof ( Modules . Script . MapRemoteValue ) ) ]
47+ [ JsonSerializable ( typeof ( Modules . Script . SetRemoteValue ) ) ]
48+ [ JsonSerializable ( typeof ( Modules . Script . WeakMapRemoteValue ) ) ]
49+ [ JsonSerializable ( typeof ( Modules . Script . WeakSetRemoteValue ) ) ]
50+ [ JsonSerializable ( typeof ( Modules . Script . GeneratorRemoteValue ) ) ]
51+ [ JsonSerializable ( typeof ( Modules . Script . ErrorRemoteValue ) ) ]
52+ [ JsonSerializable ( typeof ( Modules . Script . ProxyRemoteValue ) ) ]
53+ [ JsonSerializable ( typeof ( Modules . Script . PromiseRemoteValue ) ) ]
54+ [ JsonSerializable ( typeof ( Modules . Script . TypedArrayRemoteValue ) ) ]
55+ [ JsonSerializable ( typeof ( Modules . Script . ArrayBufferRemoteValue ) ) ]
56+ [ JsonSerializable ( typeof ( Modules . Script . NodeListRemoteValue ) ) ]
57+ [ JsonSerializable ( typeof ( Modules . Script . HtmlCollectionRemoteValue ) ) ]
58+ [ JsonSerializable ( typeof ( Modules . Script . NodeRemoteValue ) ) ]
59+ [ JsonSerializable ( typeof ( Modules . Script . WindowProxyRemoteValue ) ) ]
6060
6161[ JsonSerializable ( typeof ( Modules . Script . RealmInfo . Window ) ) ]
6262[ JsonSerializable ( typeof ( Modules . Script . RealmInfo . DedicatedWorker ) ) ]
0 commit comments