@@ -79,49 +79,6 @@ namespace OpenQA.Selenium.BiDi.Communication.Json;
7979[ JsonSerializable ( typeof ( Session . SubscribeResult ) ) ]
8080[ JsonSerializable ( typeof ( Session . UnsubscribeByIdCommand ) ) ]
8181
82- [ JsonSerializable ( typeof ( Browser . CloseCommand ) , TypeInfoPropertyName = "Browser_CloseCommand" ) ]
83- [ JsonSerializable ( typeof ( Browser . CreateUserContextCommand ) ) ]
84- [ JsonSerializable ( typeof ( Browser . GetUserContextsCommand ) ) ]
85- [ JsonSerializable ( typeof ( Browser . GetUserContextsResult ) ) ]
86- [ JsonSerializable ( typeof ( Browser . RemoveUserContextCommand ) ) ]
87- [ JsonSerializable ( typeof ( Browser . GetClientWindowsCommand ) ) ]
88- [ JsonSerializable ( typeof ( Browser . GetClientWindowsResult ) ) ]
89- [ JsonSerializable ( typeof ( Browser . SetDownloadBehaviorCommand ) ) ]
90- [ JsonSerializable ( typeof ( Browser . UserContextInfo ) ) ]
91- [ JsonSerializable ( typeof ( IReadOnlyList < Browser . UserContextInfo > ) ) ]
92- [ JsonSerializable ( typeof ( IReadOnlyList < Browser . ClientWindowInfo > ) ) ]
93-
94-
95- [ JsonSerializable ( typeof ( BrowsingContext . ActivateCommand ) ) ]
96- [ JsonSerializable ( typeof ( BrowsingContext . CaptureScreenshotCommand ) ) ]
97- [ JsonSerializable ( typeof ( BrowsingContext . CaptureScreenshotResult ) ) ]
98- [ JsonSerializable ( typeof ( BrowsingContext . CloseCommand ) , TypeInfoPropertyName = "BrowsingContext_CloseCommand" ) ]
99- [ JsonSerializable ( typeof ( BrowsingContext . CreateCommand ) ) ]
100- [ JsonSerializable ( typeof ( BrowsingContext . CreateResult ) ) ]
101- [ JsonSerializable ( typeof ( BrowsingContext . GetTreeCommand ) ) ]
102- [ JsonSerializable ( typeof ( BrowsingContext . GetTreeResult ) ) ]
103- [ JsonSerializable ( typeof ( BrowsingContext . HandleUserPromptCommand ) ) ]
104- [ JsonSerializable ( typeof ( BrowsingContext . LocateNodesCommand ) ) ]
105- [ JsonSerializable ( typeof ( BrowsingContext . LocateNodesResult ) ) ]
106- [ JsonSerializable ( typeof ( BrowsingContext . NavigateCommand ) ) ]
107- [ JsonSerializable ( typeof ( BrowsingContext . NavigateResult ) ) ]
108- [ JsonSerializable ( typeof ( BrowsingContext . PrintCommand ) ) ]
109- [ JsonSerializable ( typeof ( BrowsingContext . PrintResult ) ) ]
110- [ JsonSerializable ( typeof ( BrowsingContext . ReloadCommand ) ) ]
111- [ JsonSerializable ( typeof ( BrowsingContext . SetViewportCommand ) ) ]
112- [ JsonSerializable ( typeof ( BrowsingContext . TraverseHistoryCommand ) ) ]
113- [ JsonSerializable ( typeof ( BrowsingContext . TraverseHistoryResult ) ) ]
114-
115- [ JsonSerializable ( typeof ( BrowsingContext . BrowsingContextInfo ) ) ]
116- [ JsonSerializable ( typeof ( BrowsingContext . DownloadWillBeginEventArgs ) ) ]
117- [ JsonSerializable ( typeof ( BrowsingContext . DownloadEndEventArgs ) ) ]
118- [ JsonSerializable ( typeof ( BrowsingContext . DownloadCanceledEventArgs ) ) ]
119- [ JsonSerializable ( typeof ( BrowsingContext . DownloadCompleteEventArgs ) ) ]
120- [ JsonSerializable ( typeof ( BrowsingContext . HistoryUpdatedEventArgs ) ) ]
121- [ JsonSerializable ( typeof ( BrowsingContext . NavigationInfo ) ) ]
122- [ JsonSerializable ( typeof ( BrowsingContext . UserPromptOpenedEventArgs ) ) ]
123- [ JsonSerializable ( typeof ( BrowsingContext . UserPromptClosedEventArgs ) ) ]
124-
12582[ JsonSerializable ( typeof ( Network . AddDataCollectorCommand ) ) ]
12683[ JsonSerializable ( typeof ( Network . AddDataCollectorResult ) ) ]
12784[ JsonSerializable ( typeof ( Network . AddInterceptCommand ) ) ]
0 commit comments