From 4e7299b091168ab0666a2decf90c031746c12c93 Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Wed, 22 Oct 2025 09:27:07 -0400 Subject: [PATCH] List iframe elements as a limitation in prompt --- docs/api/commands/prompt.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/commands/prompt.mdx b/docs/api/commands/prompt.mdx index 560161201d..a0f102d9bb 100644 --- a/docs/api/commands/prompt.mdx +++ b/docs/api/commands/prompt.mdx @@ -725,7 +725,7 @@ cy.prompt(electronicsFilterPrompt) | Browser Support | Chromium-based browsers only (Chrome, Edge, Electron) | | Language Support | Optimized for English prompts; other languages are not guaranteed | | Assertions | 'not.exist' assertions are not supported | -| DOM Support | Canvas elements are not supported | +| DOM Support | Canvas and iframe elements are not supported | | Command Coverage | Not all Cypress APIs supported - see [What you can do](#What-you-can-do) | | Step Limit | Each `cy.prompt` call is limited to 50 steps |