#Android (emulator) automation , looking for module , very beginner
15 messages · Page 1 of 1 (latest)
What emulator are you running on? Do you have control over the app you're trying to automate?
Bluestacks, and I don't understand the second part, what do you mean control?
What app are you trying to automate
I'm trying to automate a game
Tbf I don't think pyminitouch is the right move here
I believe you'd be much better off running something like qemu + giving touch commands via ADB
What exactly are you struggling with? The documentation looks pretty straight-forward to me
I started python almost 2 weeks ago 😄, this would be my first project
Looks pretty straight forward, no?
well, I didn't saw this one (only where there are separated each command)
but I would also need some kind of color recognization, as far pyminitouch doesn't support color recognization (or read from screenshot ? )
Yup, reading from screenshot is the way to go here
So what do you recommend?
In general I don't think automating android is the best way to do things