driver.startActivity("com.xxx.module.xxx", "com.xxx.module.xxx.hibox.ui.entry.EntryActivity"); [INFO ] org.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing the command. Original error: Error oc…
背景 运行时代码报错: selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Could not sign with default certificate. Original error Command ''C:\\Program Files\\Java\\jdk1.8.…
运行app自动化代码时报"Encountered internal error running command: UnknownError: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server..." 解决方案: 不使用appium默认的端口号 4723,将端口号改为4725,启动可运行.…