For AI agents and LLMs: a machine-readable index is available at llms.txt. A plain-Markdown version of any documentation page is available by appending .md to its URL.
Skip to main content

Title Assertions

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

Assert: page title contains "Dashboard"
Assert: title is "My Account - Settings"

Extractions

Store the page title

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

Test across 3000+ combinations of browsers, real devices & OS.

Book Demo

Help and Support

Related Articles