Cypress type colon in div element with contenteditable="true" #26021
Unanswered
gowthamieb
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How to type colon in a div element whose contenteditable="true"
I have tried the below and it doesnt work. The same works as expected for input type and not for div even though contenteditable is set to true.
cy.get('div .test')
.type('100::20', {
parseSpecialCharSequences: false,
})
Beta Was this translation helpful? Give feedback.
All reactions