I've made a whatsapp bot and a web scraper to get coronavirus cases and I want to send each data on a newline. Eg
Cases: x
Deaths: y
Recovered: z
But as im using whatsapp, /n doesn't work and would send each individual line. I've also tried ActionChains but that didn't work either. Any idea on how I can get a key combination for Shift + Enter? Thanks.