报错信息:
[size=17.0667px]F:\Python27\python.exe "F:\PyCharm Community Edition 2016.3\helpers\pycharm\utrunner.py" F:\appiumDemo\appProject\cases\wentest1.py trueTesting started at 9:43 ...ErrorTraceback (most recent call last): File "F:\appiumDemo\appProject\cases\wentest1.py", line 16, in test Login1(self) File "F:\appiumDemo\appProject\public.py", line 59, in Login1 self.driver.find_element_by_id("username").send_keys("15111111112")AttributeError: 'NoneType' object has no attribute 'find_element_by_id'ErrorTraceback (most recent call last): File "F:\appiumDemo\appProject\cases\wentest1.py", line 13, in tearDown self.driver.quit()AttributeError: 'NoneType' object has no attribute 'quit'Process finished with exit code 0