Skip to content

snakx/uiautomator2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

uiautomator2

🐍 Python uiautomator2 bridge via http request

How it works

uiautomator2 is a python wrapper for the UIAutomator2 service. It connects via x86 UIAutomator2 Server on your pc to any android device and performs actions using http interface directly on the device.

Example

# params = {'x': 1, 'y': 1}
def click(self, host, params):
    return self.executor(host, 'action', 'click', params)

About

🐍 Python uiautomator2 bridge via http request

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages