@@ -642,17 +642,17 @@ class ForceShowPopoverResult(TypedDict):
642642]
643643CopyToCommand = Command [CopyToParams , CopyToResponse ]
644644DescribeNodeCommand = Command [DescribeNodeParams , DescribeNodeResponse ]
645- DisableCommand = Command [EmptyParams , EmptyResponse ]
646- DiscardSearchResultsCommand = Command [DiscardSearchResultsParams , EmptyResponse ]
647- EnableCommand = Command [EnableParams , EmptyResponse ]
648- FocusCommand = Command [FocusParams , EmptyResponse ]
645+ DisableCommand = Command [EmptyParams , Response [ EmptyResponse ] ]
646+ DiscardSearchResultsCommand = Command [DiscardSearchResultsParams , Response [ EmptyResponse ] ]
647+ EnableCommand = Command [EnableParams , Response [ EmptyResponse ] ]
648+ FocusCommand = Command [FocusParams , Response [ EmptyResponse ] ]
649649ForceShowPopoverCommand = Command [ForceShowPopoverParams , ForceShowPopoverResponse ]
650650GetAnchorElementCommand = Command [GetAnchorElementParams , GetAnchorElementResponse ]
651651GetAttributesCommand = Command [GetAttributesParams , GetAttributesResponse ]
652652GetBoxModelCommand = Command [GetBoxModelParams , GetBoxModelResponse ]
653653GetContainerForNodeCommand = Command [GetContainerForNodeParams , GetContainerForNodeResponse ]
654654GetContentQuadsCommand = Command [GetContentQuadsParams , GetContentQuadsResponse ]
655- GetDetachedDomNodesCommand = Command [EmptyParams , GetDetachedDomNodesResponse ]
655+ GetDetachedDomNodesCommand = Command [EmptyParams , Response [ GetDetachedDomNodesResponse ] ]
656656GetDocumentCommand = Command [GetDocumentParams , GetDocumentResponse ]
657657GetElementByRelationCommand = Command [GetElementByRelationParams , GetElementByRelationResponse ]
658658GetFileInfoCommand = Command [GetFileInfoParams , GetFileInfoResponse ]
@@ -670,10 +670,10 @@ class ForceShowPopoverResult(TypedDict):
670670GetRelayoutBoundaryCommand = Command [GetRelayoutBoundaryParams , GetRelayoutBoundaryResponse ]
671671GetSearchResultsCommand = Command [GetSearchResultsParams , GetSearchResultsResponse ]
672672GetTopLayerElementsCommand = Command [EmptyParams , GetTopLayerElementsResponse ]
673- HideHighlightCommand = Command [EmptyParams , EmptyResponse ]
674- HighlightNodeCommand = Command [EmptyParams , EmptyResponse ] # redirect to Overlay
675- HighlightRectCommand = Command [EmptyParams , EmptyResponse ] # redirect to Overlay
676- MarkUndoableStateCommand = Command [EmptyParams , EmptyResponse ]
673+ HideHighlightCommand = Command [EmptyParams , Response [ EmptyResponse ] ]
674+ HighlightNodeCommand = Command [EmptyParams , Response [ EmptyResponse ] ] # redirect to Overlay
675+ HighlightRectCommand = Command [EmptyParams , Response [ EmptyResponse ] ] # redirect to Overlay
676+ MarkUndoableStateCommand = Command [EmptyParams , Response [ EmptyResponse ] ]
677677MoveToCommand = Command [MoveToParams , MoveToResponse ]
678678PerformSearchCommand = Command [PerformSearchParams , PerformSearchResponse ]
679679PushNodeByPathToFrontendCommand = Command [
@@ -684,19 +684,19 @@ class ForceShowPopoverResult(TypedDict):
684684]
685685QuerySelectorCommand = Command [QuerySelectorParams , QuerySelectorResponse ]
686686QuerySelectorAllCommand = Command [QuerySelectorAllParams , QuerySelectorAllResponse ]
687- RedoCommand = Command [EmptyParams , EmptyResponse ]
688- RemoveAttributeCommand = Command [RemoveAttributeParams , EmptyResponse ]
689- RemoveNodeCommand = Command [RemoveNodeParams , EmptyResponse ]
690- RequestChildNodesCommand = Command [RequestChildNodesParams , EmptyResponse ]
687+ RedoCommand = Command [EmptyParams , Response [ EmptyResponse ] ]
688+ RemoveAttributeCommand = Command [RemoveAttributeParams , Response [ EmptyResponse ] ]
689+ RemoveNodeCommand = Command [RemoveNodeParams , Response [ EmptyResponse ] ]
690+ RequestChildNodesCommand = Command [RequestChildNodesParams , Response [ EmptyResponse ] ]
691691RequestNodeCommand = Command [RequestNodeParams , RequestNodeResponse ]
692692ResolveNodeCommand = Command [ResolveNodeParams , ResolveNodeResponse ]
693- ScrollIntoViewIfNeededCommand = Command [ScrollIntoViewIfNeededParams , EmptyResponse ]
694- SetAttributeValueCommand = Command [SetAttributeValueParams , EmptyResponse ]
695- SetAttributesAsTextCommand = Command [SetAttributesAsTextParams , EmptyResponse ]
696- SetFileInputFilesCommand = Command [SetFileInputFilesParams , EmptyResponse ]
697- SetInspectedNodeCommand = Command [SetInspectedNodeParams , EmptyResponse ]
693+ ScrollIntoViewIfNeededCommand = Command [ScrollIntoViewIfNeededParams , Response [ EmptyResponse ] ]
694+ SetAttributeValueCommand = Command [SetAttributeValueParams , Response [ EmptyResponse ] ]
695+ SetAttributesAsTextCommand = Command [SetAttributesAsTextParams , Response [ EmptyResponse ] ]
696+ SetFileInputFilesCommand = Command [SetFileInputFilesParams , Response [ EmptyResponse ] ]
697+ SetInspectedNodeCommand = Command [SetInspectedNodeParams , Response [ EmptyResponse ] ]
698698SetNodeNameCommand = Command [SetNodeNameParams , SetNodeNameResponse ]
699- SetNodeStackTracesEnabledCommand = Command [SetNodeStackTracesEnabledParams , EmptyResponse ]
700- SetNodeValueCommand = Command [SetNodeValueParams , EmptyResponse ]
701- SetOuterHTMLCommand = Command [SetOuterHTMLParams , EmptyResponse ]
702- UndoCommand = Command [EmptyParams , EmptyResponse ]
699+ SetNodeStackTracesEnabledCommand = Command [SetNodeStackTracesEnabledParams , Response [ EmptyResponse ] ]
700+ SetNodeValueCommand = Command [SetNodeValueParams , Response [ EmptyResponse ] ]
701+ SetOuterHTMLCommand = Command [SetOuterHTMLParams , Response [ EmptyResponse ] ]
702+ UndoCommand = Command [EmptyParams , Response [ EmptyResponse ] ]
0 commit comments