Tag: selenium

文件“WebDriverAgentRunner-Runner.app”无法打开,因为没有这样的文件

我使用terminal在Mac上安装了Appium 1.6.4。 另外,我可以使用Safari浏览器在MAC中检查iPhone WebElements。 但我需要检查iPhone真实设备上的键盘元素和dateselect器元素。 为此,我再次安装了Appium-desktop 1.0.2 beta2版本。 当我启动Appium桌面(GUI)并运行selenium代码时。 它抛出下面的错误。 XCUITest] Log file for xcodebuild test: /Users/msubramaniam/Library/Developer/Xcode/DerivedData/WebDriverAgent-dikkwtrisltbeobjmfvpthwwekvs/Logs/Test/D3F3B94A-A324-4996-B60F-0732CEBFB00D/Session-WebDriverAgentRunner-2017-05-30_125049-1uf7KZ.log [Xcode] 2017-05-30 12:50:49.364 xcodebuild[87735:236610] Error Domain=NSCocoaErrorDomain Code=260 "The file “WebDriverAgentRunner-Runner.app” couldn't be opened because there is no such file." UserInfo={NSFilePath=/Users/msubramaniam/Library/Developer/Xcode/DerivedData/WebDriverAgent-dikkwtrisltbeobjmfvpthwwekvs/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app, NSUnderlyingError=0x7fb4306026c0 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}} [Xcode] 2017-05-30 12:50:49.364 xcodebuild[87735:236610] Error Domain=IDETestOperationsObserverErrorDomain Code=6 "Early unexpected […]