开发者问题收集
面对此问题并且已经发布过类似问题但没有解决方案,因此再次重新发布此问题并提供更多日志和信息。下面是我的 wdio.conf.js 文件。const path = require('path')exports.config = {//// ====================// Runner Configuration// ====================//port: 4723,pa
在真实设备中运行我的 appium 脚本时,我会间歇性地收到此错误。每次执行都会因以下错误而失败。请告诉我是否有人之前遇到过此问题以及您是如何解决的?使用的设备:Oppo A7 - 版本 8.1.0操作系统:Windows 10org.openqa.selenium.WebDriverException:处理命令时发生未知的服务器端错误。原始错误:无法将命令代理到远程服务器。原始错误:错误:套接字
如何使用 appium studio 在 Windows 中编写 iOS 移动自动化代码我已经安装了 appium studio 来连接和检查 iOS 设备的元素,运行脚本时出现错误[31morg.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing the comman
此代码在本地(即 PC 上)的Chrome上运行良好...IWebElement widget = Driver.FindElements(widgetLocator).FirstOrDefault(x => x.Displayed);...但在Appium 1.9.1与Android 8.0.0通信时会抛出以下错误:OpenQA.Selenium.WebDriverException: 'An
我无法运行之前运行的自动化脚本。当我尝试在新设备中运行相同的代码时,它运行正常。Appium 服务器日志[UiAutomator2] Running command: 'adb -s K3V4C18B16002502 shell aminstrument -wio.appium.uiautomator2.server.test/android.support.test.runner.Android
运行脚本时出现未知的服务器端错误。滚动时脚本会终止,否则会正常运行。日志错误:org.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing the command. Original error: io.appium.uiautomator2.common.excepti