haywood_jablowme
Newbie
- Jun 15, 2021
- 11
- 4
Hey all,
Any suggestions and or tutorials on controlling a smartphone app running in a vm?
My use case is typical shady bot. Drive around pretending to be human clicking on things and liking/upvoting things.
Not really sure where to get started.
One thought was to use selenium to drive a web browser running on the device. I've done this with desktop apps before, and this looks easy enough. There are some work arounds for getting rid of the navigator.webdriver property and spoofing the webgl graphics string is probably also fairly simple.
Another thought would be running the platforms desired smart phone application since it seems like it could be more trusted somehow. This seems a little bit trickier. You could probably use a combination of screen reader to get data back & adb to send input, but I've never done this before.
Anyone have any samples/links to share to help someone find their way?
Any suggestions and or tutorials on controlling a smartphone app running in a vm?
My use case is typical shady bot. Drive around pretending to be human clicking on things and liking/upvoting things.
Not really sure where to get started.
One thought was to use selenium to drive a web browser running on the device. I've done this with desktop apps before, and this looks easy enough. There are some work arounds for getting rid of the navigator.webdriver property and spoofing the webgl graphics string is probably also fairly simple.
Another thought would be running the platforms desired smart phone application since it seems like it could be more trusted somehow. This seems a little bit trickier. You could probably use a combination of screen reader to get data back & adb to send input, but I've never done this before.
Anyone have any samples/links to share to help someone find their way?