Skip to content
Recording

Inspecting a page

Explore the DOM, network requests and console messages of the page you have open.

These tools work on the current page at any time — no recording needed. Find them in the dock under Debug.

DOM

  • DOM Tree shows the page structure; each node can be expanded or collapsed.
  • Pick element from browser (crosshair button): click an element in the page. The tree expands to that element, and its best locator is copied to the clipboard automatically. The Selected Locator box shows it with a Copy button.
  • Search elements... filters the tree; Refresh memory snapshot reloads it.

Network

  • A live list of requests with Status, Method, URL and Time.
  • Filter requests..., pause/resume capture, and clear the list.
  • Select a request to see Headers (General, Response Headers, Request Headers), Payload and Response, plus the Assertion Actions (see Network assertions).
  • The list keeps the latest 50 requests by default (configurable in Settings).

Console

  • Live Logs shows the page’s console messages, with All / Errors filters.
  • Interactive Terminal runs JavaScript in the page: type in Type JS command... and press Enter; suggestions appear as you type.
  • The log keeps the latest 100 messages by default (configurable in Settings).
Inspecting a page — Actify Studio Docs