KaneAI: TOTP Authentication Support and 'Execute till here' Feature

Support for TOTP Authentication

KaneAI now natively supports Time-based One-Time Password (TOTP) generation, allowing you to test SSO or MFA-protected website and mobile apps that require a six-digit OTP.

You can generate OTPs using the shared secret key, and keep the entire login flow fully contained within KaneAI, no need for external scripts, servers, or custom logic.

To get started, check out this guide on TOTP authentication in KaneAI.

‘Execute till here’ Feature for Instant Debugging

In Edit Steps mode, we added a ‘Execute till here’ feature for web tests. When you click the icon, you can quickly jump to any step and pause there automatically. This helps you see exactly what’s happening at that point.

Other Enhancements in KaneAI:

  • Unified Engine for Everything: Authoring, replay, code generation, and live runs now all use the same engine. (For Web Test only)
  • Auto-Fix While You Build: If a locator breaks during test creation, KaneAI fixes it instantly and highlights the issue, so you can keep going without stopping. (For Web Test only)
  • Self-Healing for Manual Tests: Even hand-written steps now fix themselves during editing or running, saving time on maintenance. (For Web Test only)
  • Smarter Shadow DOM Scrolling: Hidden elements inside shadow DOMs are now auto-scrolled and detected, no manual effort needed. (For Web Test only)
  • Built-In Waits: Steps wait up to 10 seconds for elements to appear, reducing flaky failures. Available in Selenium Python exports. (For Web Test only)
  • Auto-Replay of Steps: Already-run steps are replayed instead of re-authored, keeping app state intact and saving time. (For Web Test only)
  • Smoother Authoring Experience: Works for both web and mobile tests. Includes clearer error cues, quick fixes without interrupting your flow, re-runnable edited steps, and a faster, cleaner UI. (For Web and App Test)

Start Testing