Jasodhara
3 years agoVisitor
Unable to connect Appium Inspector(Web version) to session with Bitbar device
Hi Team,
I am trying to connect to bitbar device using https://inspector.appiumpro.com/ using my local Appium server.But it is throwing error.
Can anyone tell me what I am missing here.
host:127.0.0.1port:4723
remote path:/wd/hub ssl-unchecked
Advanced settings:
Allow Unauthorized Certificates-checked
Gave BITBAR API key
Desired capabilities given:
{
"bitbar:options": {
"bitbar_device": "LG Google Nexus 5 6.0.1",
"bitbar_app": "********",//got the id from bitbar after uploading the .apk file
"bitbar_target": "android",
},
"platformName": "Android",
"appium:deviceName": "Android Phone",
"appium:automationName": "Appium"
}
mote