Unable to connect Appium Inspector(Web version) to session with Bitbar device
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Labels:
-
Appium
-
Appium Inspector
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Jasodhara!
Unfortunately Appium Inspector 2.0 is not supported by BitBar, but 1.0 is. You may obtain this through the link below;
https://github.com/appium/appium-desktop/releases/tag/v1.22.0
Also remember that you will need to connect to BitBar's server, not your local one. So the remote host and path will be BitBar's. You may find all the information for these servers in the capabilities configurator;
https://cloud.bitbar.com/#public/capabilities-creator
I hope this helps!
Regards,
Nick
Solutions Engineer @ SmartBear
