Microsoft Edge · Arazzo Workflow
Microsoft Edge Open And Activate Target
Version 1.0.0
Confirm the DevTools endpoint, open a new tab at a URL, and bring it to the foreground.
View Spec
View on GitHub
BrowserChromiumDeveloper ToolsEdgeExtensionsMicrosoftProgressive Web AppsWeb DevelopmentWebViewArazzoWorkflows
Provider
Workflows
open-and-activate-target
Verify the browser, open a new tab at a URL, then activate it.
Confirms the DevTools endpoint via the version call, opens a new target at the requested URL, and brings that target to the foreground.
1
getBrowserVersion
getBrowserVersion
Read browser version and protocol information to confirm the local DevTools debugging endpoint is reachable before opening a tab.
2
createTarget
createTarget
Open a new tab navigated to the supplied URL and capture the new target's identifier and WebSocket debugger URL.
3
activateTarget
activateTarget
Bring the newly created target to the foreground, making it the active page in the browser window.