Ejemplo n.º 1
0
        print(">> Fill Email: " + user)
        self.adb.tap(230, 882)
        self.adb.type(user)

        # Enter
        self.adb.tap(817, 1030)

        # Fill Password
        print(">> Fill Pass: "******">> Done")


if __name__ == '__main__':
    adb = ADB()
    # adb.switch_air_plane_mode(1)
    adb.turn_on_screen()

    fb = fbAuto(adb)
    time.sleep(5)
    name = infomationHandle().getRandName()
    fb.createAccount(name[1] + "\ " + name[2], name[0], 1,
                     infomationHandle().getEmailAdress(), "Hacker001")