Skip to main content

Using Claude Code, Cursor, or another coding agent? Paste this into your prompt to run cross-browser and real-device tests, debug sessions, and wire up CI on the TestMu AI cloud:
Title assertions check the browser tab’s document title (document.title).

When It’s Used

  • Page title verification: “title contains Dashboard”
  • Navigation confirmation: “title is Home Page”

Examples

Assertions

Extractions

How It Works

  1. KaneAI reads page.title() directly
  2. The title string is compared against the expected value
  3. No screenshot or DOM analysis needed, this is a direct read