英文:
Wanted to automated mobile application
问题
我正在尝试运行一个程序,但出现了错误:
> 主线程异常
>
> org.openqa.selenium.SessionNotCreatedException:无法创建新的远程会话。请检查服务器日志以获取更多详细信息。
>
> 原始错误:在处理该命令时发生了未知的服务器端错误。原始错误:位于
> 'C:\Users\Sodainmind\eclipse-workspace.metadata.metadata\Mobileautomation\carbonate_staging_1-75_23MAR2020.apk'
> 的应用程序不存在或不可访问。
如何解决?我已经尝试将该应用程序的工作位置更改了,但还是不起作用。
英文:
I'm trying to run a program, but it's showing an error:
> Exception in thread "main"
>
> org.openqa.selenium.SessionNotCreatedException: Unable to create a new
> remote session. Please check the server log for more details.
>
> Original error: An unknown server-side error occurred while processing the
> command. Original error: The application at
> 'C:\Users\Sodainmind\eclipse-workspace.metadata.metadata\Mobileautomation\carbonate_staging_1-75_23MAR2020.apk'
> does not exist or is not accessible
how to solve ? i have change work place of that application too but its not working
专注分享java语言的经验与见解,让所有开发者获益!
评论