I want to develop an app which can simulate user interaction on a web site. For example the user types in a username and a password and a text. The app automatically goes on facebook, logs in with the given username and password and then makes a post with the text.
I already tried using Espresso and UIAutomator but these tools are only for testing.