0 purchases
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")
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.