Skip to content

Instantly share code, notes, and snippets.

@alx-xlx
Created August 9, 2021 07:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alx-xlx/b2406229b970f8d3c5d2363eb38e2b6c to your computer and use it in GitHub Desktop.
Save alx-xlx/b2406229b970f8d3c5d2363eb38e2b6c to your computer and use it in GitHub Desktop.
test python
import uiautomator2 as u2
def main():
u = u2.connect('0.0.0.0')
print(u.info)
u.app_start('com.android.chrome')
if __name__ == '__main__':
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment