Brandon Walderman
Brandon Walderman
This change enables the `devtools-protocol` typings to be more easily imported in ESM-based environments like Deno. A new `esm` directory has been generated alongside the existing `types` directory. `esm` contains...
Idea: Support building/running the bidi mapper in two configurations: - "embedded" - This is the current configuration. Mapper is injected into a browser tab and communicates with the rest of...
The BrowsingContextProcessor is using attachedToTarget and detachedFromTarget to track known browsing contexts and fire contextCreated and contextDestroyed events. These events are intended to track when a CDP client attaches to...
The _handleDetachedFromTargetEvent function in browsingContextProcessor.ts uses the `targetId` parameter on the `detachedFromTarget` event which is depreacted. The `sessionId` parameter is recommended instead. This is likely because CDP supports multiple CDP...
This issue is meant to collect feedback about the proposed [Selector Performance Tracing feature explainer](https://github.com/MicrosoftEdge/DevTools/blob/main/explainers/StyleTracing/explainer.md) for Edge DevTools. This feature is being considered to help web developers understand which elements...
Tracking issue to consider publishing release notes for Microsoft Edge WebDriver, either bundled with binaries, here, or on docs.microsoft.com. - Include upstream release notes from the Chromium project - Edge-specific...