小编Sha*_*han的帖子

找不到 adb 请使用 Android SDK 根目录路径设置 ANDROID_HOME 环境变量

我收到以下错误消息:

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)

ruby mobile android cucumber appium

5
推荐指数
1
解决办法
2万
查看次数

详细信息:Appium 的 IosDriver 不支持 xcode 版本 8.3.2

我在运行移动自动化测试时遇到困难。我收到以下错误

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 版。

有没有人有什么建议?

ruby mobile cucumber ios appium-ios

0
推荐指数
1
解决办法
3317
查看次数

标签 统计

cucumber ×2

mobile ×2

ruby ×2

android ×1

appium ×1

appium-ios ×1

ios ×1