appium/WebDriverAgent

get a null sessionId

sun-long opened this issue · 1 comments

访问 http://localhost:8100/status 获取了空的session ID,请问怎么解决?
{
"value" : {
"message" : "WebDriverAgent is ready to accept commands",
"state" : "success",
"os" : {
"testmanagerdVersion" : 28,
"name" : "iOS",
"sdkVersion" : "16.1",
"version" : "15.4.1"
},
"ios" : {
"ip" : "169.254.83.75"
},
"ready" : true,
"build" : {
"time" : "May 19 2023 11:25:26",
"productBundleIdentifier" : "com.facebook.WebDriverAgentRunner"
}
},
"sessionId" : null
}

I created a session solved it ,by filename : testios.py,author: hyper