Not able to identify element in WEBVIEW in iOS hyprid app automation using Appium on real device

后端 未结 3 636
故里飘歌
故里飘歌 2021-01-15 17:45

I was trying to automate the hybrid app build using ionic2/Angular2 and typescript.

I am using C# for code writing. test are in BDD - specflow Versions: iOS:9.3.1 Xc

3条回答
  •  醉酒成梦
    2021-01-15 18:20

    I think you have to Set up UICatalog in Appium

    1. Copy this link in xcode : https://github.com/appium/ios-uicatalog

    2. Search the repository where we have the UICatalog.app installed Users/Library/Developer/Xcode/DerivedData/UICatalog-bhmtevqhmgarbcgnqybxttbkqfvn/Build/Products/Debug-iphonesimulator/UICatalog.app

    3. Copy it into app path in Appium ios settings

提交回复
热议问题