Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Auto select a list using ADB


from adb.client import Client as AdbClient
# Default is "127.0.0.1" and 5037
client = AdbClient(host="127.0.0.1", port=5037)
device = client.devices()[0]
from smart import *
for i in range(1,256):
device.shell("input tap 200 500")
device.shell("input swipe 300 300 300 230")
# sleep(.1)
done()



This post first appeared on SMARTMANOJ, please read the originial post: here

Share the post

Auto select a list using ADB

×

Subscribe to Smartmanoj

Get updates delivered right to your inbox!

Thank you for your subscription

×