I have been struggling trying to get the key combination mentioned in the title (Ctrl + +).
What I have tried so far:
'ctrl+\+'
'ctrl+\\+'
Is this even supported in TestCafe?
The project I am working on uses Typescript as the primary language.
I have been struggling trying to get the key combination mentioned in the title (Ctrl + +).
What I have tried so far:
'ctrl+\+'
'ctrl+\\+'
Is this even supported in TestCafe?
The project I am working on uses Typescript as the primary language.
This combination is not supported as it does not make any sense for editors:
Please clarify where and how you are going to use it.
Alternatively, you can try using an approach from this thread: Is it possible to simulate keypress events programmatically?