首页 > 其他分享 >[Appium] driver失效,报错:Session Identified by is unknown

[Appium] driver失效,报错:Session Identified by is unknown

时间:2022-11-08 16:36:28浏览次数:38  
标签:Appium unknown 10f8ffab97c3 appium 报错 io uiautomator2 uninstall

selenium.common.exceptions.InvalidSessionIdException: Message: The session identified by 25030467-b3ad-4f74-a6ce-10f8ffab97c3 is not known
Stacktrace:
io.appium.uiautomator2.common.exceptions.NoSuchDriverException: The session identified by 25030467-b3ad-4f74-a6ce-10f8ffab97c3 is not known

 

I use these commands to uninstall in such situations:

adb uninstall io.appium.uiautomator2.server
adb uninstall io.appium.uiautomator2.server.test
adb uninstall io.appium.unlock
adb uninstall io.appium.settings

标签:Appium,unknown,10f8ffab97c3,appium,报错,io,uiautomator2,uninstall
From: https://www.cnblogs.com/MasterMonkInTemple/p/16870121.html

相关文章