robots 0.1.5

Creator: bradpython12

Last updated:

Add to Cart

Description:

robots 0.1.5

Robots
A lightweight automation tool.
How to use
Android Bot

Initialize the robot and connect the device:

from robots import AndroidBot

robot = AndroidBot("device_serial_number")


Open a page(activity) within the app:

robot.open("app_url_scheme")


Extract UI rendered content using xpath:

robot.xpath("xpath_expression")

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.