proomt

Search

Search posts, papers, and topics

All posts

Mozilla Automation TeamHenrik Skupin1 min readintermediate

Firefox WebDriver Newsletter 155

Summary

Firefox 155 WebDriver newsletter lists recent bug fixes and cleanup work, including fixing a DevTools conflict, removing a thin helper, correcting double‑click behavior, and simplifying subscription handling.

  • Updated `moz:debugging` to avoid nested event‑loop conflicts when using WebDriver BiDi alongside DevTools.
  • Removed the `executeSoon` helper, simplifying thread dispatch code.
  • Fixed Actions API so `dblclick` with Ctrl works on non‑macOS platforms.
  • Added cleanup of BiDi subscriptions when a browsing context is destroyed.

These changes reduce interference between WebDriver BiDi and DevTools, clean up legacy code, and tighten the Actions API, leading to more reliable automated testing across browsers.

4/10

Related reading

  1. Firefox DevTools MCP 0.10.3 released

    Firefox DevTools MCP 0.10.3 is released, introducing a new `close_firefox_session` tool, full-page screenshot capability, and configurable download folders. This update also includes bug fixes and clarifies the usage of `restart_firefox` for controlling Firefox via WebDriver BiDi.

    Mozilla Automation Teammozilla.org1 minrelease
  2. Firefox WebDriver Newsletter 154

    Firefox 154 adds the emulation.setLocaleOverride command to WebDriver BiDi, letting tests override the Accept-Language header for fetch and WebSocket requests in workers. The newsletter also lists how to contribute to the multi-language WebDriver codebase and points to setup guides and community channels.

    Mozilla Automation Teamfxdx.dev1 min
  3. High-speed Release Trains – These Weeks in Firefox: Issue 209

    Firefox 155 shipped via a new 2‑week release train; the week’s highlights include a WebExtensions theme API addition, multi‑context address bar in Nightly, DevTools stylesheet editing in the JS debugger, and extensive New Tab page UI/telemetry work (stocks widget, privacy widget, policy‑locked settings). The post also calls out many volunteer contributors and a handful of infrastructure tweaks (T…

    Mozilla Automation Teammozilla.org9 min
  4. Inertia DevTools Now Available for Firefox

    Inertia DevTools now has an official Firefox extension matching the Chrome version, adding an Inertia panel to DevTools that logs visits, props (with badges), request/response data, route info, and links to source files, with redaction of secrets.

    Laravellaravel-news.com1 minrelease