Cucumber text copy paste editor automation
Kick start notepad or text editor automation in cucumber
GitHub https://github.com/dickensas/kotlin-gradle-templates/tree/master/cucumber-cpp
You need to keep a notepad or any other text editor with some text and keep you cursor any one line
The automation will press the below sequence of keys to do a entire line copy paste
- HOME
- SHIFT + END
- CTRL + C
- END
- ENTER
- CTRL + V