Skip to content

Commit b23c788

Browse files
List iframe elements as a limitation in prompt (#6309)
1 parent f7071a5 commit b23c788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/commands/prompt.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ cy.prompt(electronicsFilterPrompt)
725725
| Browser Support | Chromium-based browsers only (Chrome, Edge, Electron) |
726726
| Language Support | Optimized for English prompts; other languages are not guaranteed |
727727
| Assertions | 'not.exist' assertions are not supported |
728-
| DOM Support | Canvas elements are not supported |
728+
| DOM Support | Canvas and iframe elements are not supported |
729729
| Command Coverage | Not all Cypress APIs supported - see [What you can do](#What-you-can-do) |
730730
| Step Limit | Each `cy.prompt` call is limited to 50 steps |
731731

0 commit comments

Comments
 (0)