43 packages tagged with “DevTools”
Tailwind extensions for ASP.NET Core
Tether is a JavaScript library for efficiently making an absolutely positioned element stay next to another element on the page. For example, you might want a tooltip or dialog to open, and remain, next to the relevant item on the page. Tether includes the ability to constrain the element within the viewport, its scroll parent, any other element on the page, or a fixed bounding box. When it exceeds those constraints it can be pinned to the edge, flip to the other side of its target, or hide itself. Tether optimizes its location placement to result in the minimum amount of 'jankyness' as the page is scrolled and resized. The page can maintain 60fps scrolling even with dozens or hundreds of tethers on screen (pop open the devtools timeline as you scroll this page). Tether is 5kb minified and gzipped, and supports IE9+, and all modern browsers.
Async .Net Chrome WebDriver and Chrome DevTools through a single connection.
IRIMC Devtools Constant
WebView2.DevTools.Dom - Extension WebView2 providing strongly typed DOM access/modification. ✔️ WebView2.DevTools.Dom is a library for strongly typed DOM access when using WebView2. ✔️ It provides a convenient way to write readable/robust/refactorable DOM access code. ✔️ Chrome DevTools Protocol based API ✔️ Talks directly to the WebView2 browser (no remote debugging port required). ✔️ Extensive Unit Tests ✔️ Free for everyone to use // Add using WebView2.DevTools.Dom; to get access to the CreateDevToolsContextAsync extension method var devToolsContext = await coreWebView2.CreateDevToolsContextAsync(); // Get element by Id // https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector var htmlDivElement = await devToolsContext.QuerySelectorAsync<HtmlDivElement>("#myDivElementId"); //Set innerText property for the element await htmlDivElement.SetInnerTextAsync("Welcome!"); // Manually dispose of context (only DisposeAsync is supported as the whole API is async) // alternativly use await using var devToolsContext = await coreWebView2.CreateDevToolsContextAsync(); // if your .Net version supports it. await devToolsContext.DisposeAsync(); Website: https://github.com/ChromiumDotNet/WebView2.DevTools.Dom
Observable StateTree redux devtools for Blazor
Opera WebDriver and Opera DevTools through a single connection
Redux.NET DevTools
Tools for developers to develop according to IRIMC standards.
Adapter to run Selenium tests through AsyncChromeDriver
A library to easily use the Chrome DevTools Protocol.
The common lower-level API for the Chrome DevTools Protocol.
Elm DevTools and runtime
Adapter to run Selenium tests through AsyncOperaDriver
Automatic debug markers for Blazor components via MSBuild post-processing of Razor-generated files. Used by the Blazor Developer Tools browser extension.
Teams AspNetCore DevTools Plugin
Control everything: Visual Studio, MSBuild Tools, CI, and more. Event-Catcher with variety of advanced Actions to service projects, libraries, build processes, runtime environment of the Visual Studio, MSBuild Tools, and … ⚠ Modern Official Packages will be distributed as https://www.nuget.org/packages/vsSolutionBuildEvent Please consider upgrading 📦 https://www.nuget.org/packages/vsSBE.CI.MSBuild is no longer maintained. Open source project https://github.com/3F/vsSolutionBuildEvent
BrowserLauncher is a dotnet run CLI extension to launch a browser when starting an AspNetCore application from the dotnet command line.
Devtools Detect (devtools-detect) binding library for Bridge.NET projects.
Low level implementation of Chrome DevTools Protocol
A .NET global tool for launching Hot Preview DevTools - a visual development environment for UI component previews
This library is auto-generated by AutoRest based on chrome devtools protocol definitions in OpenAPI/JsonSchema spes https://github.com/oguzhane/chrome-devtools-protocol-specs
Enable browser developer tools and Playwright MCP automation for .NET MAUI Blazor Hybrid apps. Connects Chrome DevTools Protocol to BlazorWebView via Chobitsu.
Fable bindings for solid-devtools - main devtools entry point
Fable bindings for @solid-devtools/debugger - core debugger utilities
Core components for SharpInspect - HTTP interception, logging, storage, and event system.
Development tools for Blazor Redux state management
Electron Devtools Installer (electron-devtools-installer) binding library for Bridge.NET projects.
GitHub Copilot Asset Distribution Tool - Install and sync Copilot prompts, agents, instructions, and skills
Fable bindings for @solid-devtools/overlay - in-page devtools overlay