还未发布过话题
  • 你好 我设置了
    app = os.path.abspath('../../apps/TestApp/build/release-iphonesimulator/TestApp.app')
    self.driver = webdriver.Remote(
    command_executor='http://127.0.0.1:4723/wd/hub',
    desired_capabilities={
    'app': app,
    'platformName': 'iOS',
    'platformVersion': '9.6',
    'deviceName': 'iPhone 6s',
    'autonmationName':'XCUITest',
    })

    但是执行时
    [iOS] SessionNotCreatedError: A new session could not be created. Details: Appium's IosDriver does not support xcode version 8.2. Apple has deprecated UIAutomation. Use the "XCUITest" automationName capability instead.

    appium 版本 1.6.4 xcode 版本 8.2

  • 请问你解决了吗