Microsoft Edge · Arazzo Workflow
Microsoft Edge Find And Close Target
Version 1.0.0
List debuggable targets, branch on whether any exist, and close the first target.
View Spec
View on GitHub
BrowserChromiumDeveloper ToolsEdgeExtensionsMicrosoftProgressive Web AppsWeb DevelopmentWebViewArazzoWorkflows
Provider
Workflows
find-and-close-target
List targets and close the first one if any exist.
Lists debuggable targets and, when at least one is present, closes the first target; otherwise the workflow ends without closing anything.
1
listTargets
listTargets
Return all debuggable targets including pages, service workers, and extensions, capturing the first target's identifier and type.
2
closeTarget
closeTarget
Close the first debuggable target returned by the list call.