Edit The problem can be solved using sned_keys() method of selenium driver.
I am developing a webwhatsapp spamming script and I want to do the following:
<div class="input" contenteditable="true" data-tab="1" dir="auto" spellcheck="true"></div>
The things what we write between tag goes as input to whatsapp "send message" function.
I want to do
<div class="input" contenteditable="true" data-tab="1" dir="auto" spellcheck="true">ABC</div>
How can I do that? I am new to python.