Need to press ctrl+shift+space in cypress to insert non breaking space in between a text

Viewed 8

cy.xpath('//div[@class="richTextEditor"]').click({ force: true }).wait(500).type('{ctrl+shift+space}') tried this but it doesn't work

0 Answers
Related