Recommend framework to automate everything on Android

dotaboy

Regular Member
Joined
Apr 1, 2015
Messages
287
Reaction score
73
Hi
I would like to write a tool which can do anything a normal user do on an Android device like: click an app, do something in it, close it then open another app etc...
Is Appium good for this? Any recommendations?
 
This would be pretty interesting, I'm not sure how much the permissions allow you, but would IFTTT might be a good start?
 
try Tasker. I use it at night to turn on power saving mode, disable internet and similar. I know you can set it to tap on coordinates you specify etc. But it's not going to be easy.
 
all detectable, if you want to avoid been a bot... need to custom made it.
 
adb can make everything :)
Thanks man.
Which simulator platforms do you use? I tried Nox but havent succeded yet
I am using C#
all detectable, if you want to avoid been a bot... need to custom made it.
Not something can be explain in a chat.
Sent you a pm. Thanks for helping
try Tasker. I use it at night to turn on power saving mode, disable internet and similar. I know you can set it to tap on coordinates you specify etc. But it's not going to be easy.
Tasker can do simple task, but I need an automated system handling bulk of mobile devices/simulators like in the video
Thanks anyway bro.
 
Appium is really good and it has support for python and other langs i would go with it tbh theres androidviewclient if you need a android emulator to run appium on and you re good to go
 
Appium is really good and it has support for python and other langs i would go with it tbh theres androidviewclient if you need a android emulator to run appium on and you re good to go
Is it able to handle multiple emulator running concurrently?
Also I heard from a friend that emulator is easy to detect by using things like safetynet on Android.
 
Idk tbh i was planing on learning it in november but how will they detect you?? I cant think of anything to trace you from other then some variables which are also spofable what are u trying to do eitherway? Maybe theres a better way
 
Hi, mate. If Appium doesn't work for you, here you have some Alternatives to Appium

- UI.Vision Kantu.
- Sikuli.
- Selenium.
- Katalon Studio.
- SeeShell.
- iMacros.
- Selendroid.
- ios-driver.
 
I think i have a way better alternative i had a small talk with a bot coder when he works on android apps he reverse engineer the api and make his own http post/get requests using another language so you dont really need to automate stuff on android you just need api docs
 
Back
Top