我收到以下错误消息:
An unknown server-side error occurred while processing the command.
Original error: Could not find adb Please set the ANDROID_HOME
environment variable with the Android SDK root directory path.
(Selenium::WebDriver::Error::UnknownError)
Run Code Online (Sandbox Code Playgroud)
我已经设置了以下所有内容:
info AppiumDoctor Appium Doctor v.1.4.2
info AppiumDoctor ### Diagnostic starting ###
info AppiumDoctor ? The Node.js binary was found
at:/usr/local/bin/node
info AppiumDoctor ? Node version is 7.10.0
info AppiumDoctor ? ANDROID_HOME is set to:
/Users/shafiq.malik/Library/Android/sdk
info AppiumDoctor ? JAVA_HOME is set to: /Library/Java/Home
info AppiumDoctor ? adb exists at: …
Run Code Online (Sandbox Code Playgroud) 我在运行移动自动化测试时遇到困难。我收到以下错误
A new session could not be created. Details: Appium's IosDriver does not support xcode version 8.3.2. Apple has deprecated UIAutomation. Use the "XCUITest" automationName capability instead. (Selenium::WebDriver::Error::SessionNotCreatedError)
我目前使用 Xcode 8.3.2 版和 Appium 1.0.0 版。
有没有人有什么建议?