import os
import sys
import unittest
from time import strftime
from lib.log import *
from public.HTMLTestRunner import HTMLTestRunner
from lib.sendemail import send_mail, getfile


def main():
import sys
reload(sys)
sys.setdefaultencoding("utf-8")

# u"打开APPIUM"
# os.startfile("C:\Program Files (x86)\Appium\Appium.exe")
# pwa_app = pywinauto.application.Application(backend='uia')
# appWindow = pwa_app.connect(path=r"C:\Program Files (x86)\Appium\Appium.exe")
# test = appWindow.window(title=u'Appium',control_type="Window")
# test.window(auto_)
if __name__ == '__main__':

main()

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2021-06-23
  • 2021-08-14
  • 2021-08-04
  • 2021-11-18
猜你喜欢
  • 2021-09-24
  • 2022-12-23
  • 2021-05-20
  • 2021-05-17
  • 2021-11-04
  • 2022-12-23
相关资源
相似解决方案