I have created bulk whatsapp message sender application into that I want to send multiline text message. but in whatsapp web when I tried to press enter it sends the message directly I want it to press shift + enter after some content in message to send multiline message.
Asked
Active
Viewed 1,117 times
-1
-
`Keys.SHIFT`, `Keys.RETURN` ? – furas Mar 31 '22 at 06:47
-
This would help you: [SO link](https://stackoverflow.com/questions/61838269/how-can-i-get-selenium-to-get-a-keyboard-press-of-shift-enter-at-the-same-time) – Anand Gautam Mar 31 '22 at 09:07
-
Does this answer your question? [How to send several keys in WebDriver with Python?](https://stackoverflow.com/questions/23206174/how-to-send-several-keys-in-webdriver-with-python) – JAdel Apr 01 '22 at 10:54