英文:
Appium Inspector not running giving me error 'An unknown server-side "
问题
我在填写所有必要细节时遇到了以下错误,我的Appium Inspector不起作用。
错误
创建会话失败。在处理命令时发生未知的服务器端错误。原始错误:您必须包含 platformName 能力。
在此输入图片描述
我尝试了重新写入,重新激活服务器和检查器,但对我来说都没有用。请提供解决方案,以便我可以启动Appium。
英文:
I am getting the below error when fill all the required details and my appium inspector is not working.
Error
Failed to create session. An unknown server-side error occurred while processing the command. Original error: You must include a platformName capability
enter image description here
I tried it again to write again , with reactive the server and inspector but didn't work anything for me.
Please provide me solution so i can start the appium.
答案1
得分: 1
请使用这个 "platformName": "Android",而不是 appium:PlatformName。
英文:
Use this "platformName": "Android"
instead of appium:PlatformName.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论