Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/commands/prompt.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down