On Twitter, when you leave a new tweet, a button rolls down that says ‘See 1 new Tweet’.
This is my selector.
<webctrl aaname='See * new Tweet' parentid='timeline' tag='BUTTON' type='submit' />
The button disappears when you click on it. And it doesn’t show up until you’ve posted a new tweet.
I’m trying to use a find element activity before I use a click on the button activity,
so that I can make sure the tweet was successfully posted.
Then I’m going to copy the text to make sure the tweet matches what was supposed to be tweeted.
Any help would be greatly appreciated.