I want to do some browser automation from my android phone. I am not a web developer, but if I can get someone to point me in the right direction, I think I may be able to figure out what I want to do. I have tasker, but that only gives me http post and http get operations. I do not think that these functions can do that.
Basicaly, I want to open a browser, go to a website, login. I would also like to automate this from a job scheduler. I can do a schedule with tasker.
However, when I google how to programmatically click buttons and send usernames and passwords, I can't find an application that has that functionality on the android. I may need to code it. When I google 'android automation' etc... I get selenium and other utilities that are run on a pc to test android applications. I do not see anything to manipulate browsers. iMacros is not out yet for android.
if I need to code this can someone point me to the correct library. I basically just want to connect to a page, pass my username and password and do a perform click.
Basicaly, I want to open a browser, go to a website, login. I would also like to automate this from a job scheduler. I can do a schedule with tasker.
However, when I google how to programmatically click buttons and send usernames and passwords, I can't find an application that has that functionality on the android. I may need to code it. When I google 'android automation' etc... I get selenium and other utilities that are run on a pc to test android applications. I do not see anything to manipulate browsers. iMacros is not out yet for android.
if I need to code this can someone point me to the correct library. I basically just want to connect to a page, pass my username and password and do a perform click.