I’m automating twitter tweets using selenium. I successfully logged in and reached homepage.
The difficulty is that im unable to select the tweet box to enter my text or image n stuff.
I selected the tweet box using xpath.
But when I run the script, it says no element found (at the line i wrote for the tweet box).
I also want to know how to insert images in my tweet.
Kindly help.