UIautomator Python测试 #!/usr/bin/env python # -*- coding: utf-8 -*- import unittest from mock import MagicMock, patch ...