Forum Discussion

16 Replies

  • letoged's avatar
    letoged
    Occasional Contributor

    Can I use local appium server with local emulator or not?

    If yes, then why it's saying remote device.

    • Marsha_R's avatar
      Marsha_R
      Icon for Champion Level 3 rankChampion Level 3
      Go by what the Appium server error says. Perhaps one of the others on your team who uses Appium can give you the credentials to use.
    • Marsha_R's avatar
      Marsha_R
      Icon for Champion Level 3 rankChampion Level 3
      Look at the actual Appium server message. Perhaps someone else on your team can give you the credentials to use.
  • letoged's avatar
    letoged
    Occasional Contributor

    Hi Team, any updates on this please let me know. Because still I am facing this issue.

    • letoged's avatar
      letoged
      Occasional Contributor

      Hi Marsha_R thanks for feedback, I already set the capability but when I hit "ok button" after that the above error message popping up can you please tell me what I am doing wrong here.

       

      • Marsha_R's avatar
        Marsha_R
        Icon for Champion Level 3 rankChampion Level 3

        The error message you posted says "Username and password or apiKey must be defined in Desired Capabilities" but I don't see that in your list of parameters. Fix that and see what happens.

         

         

         

  • Marsha_R's avatar
    Marsha_R
    Icon for Champion Level 3 rankChampion Level 3
    Since the error is coming from your Appium server, I would try entries for that.
    • letoged's avatar
      letoged
      Occasional Contributor

      Can you guide me what should I put there, because I couldn't find it on internet.

  • letoged's avatar
    letoged
    Occasional Contributor

    Hi rraghvani I have one question, when I use local appium server using emulator why it's saying failed to connect to remote device in first error message. I am not using bitbar.

  • If you guys examine what network connections are being made by TestComplete using something like Fiddler, you can see that it makes NO ATTEMPT to connect to the local appium resource, and in-fact only tries to connect to appium.bitbar.com which also explains why some report a missing request for credentials.

     

    https://youtu.be/d-labCurDTU

     

    Hopefully this isn't scummy behaviour from smartbear to push people onto their bitbar service...

    • mnelsonwhite's avatar
      mnelsonwhite
      New Contributor

      I have no question about network settings. The video I have recorded above proves that the error message received from the run is coming from appium.bitbar.com and not the local appium server counter to what has been configured in TestComplete.