1

I am trying to run an automation test using smartbear testcomplete using a local device/mobile. To be able to do this, I have to specify my local Appium server URL. Where/how can I find the URL?

See the attached screenprint.enter image description here

Thank you in advance,

Wil'
  • 11
  • 1
  • 3
  • You should add a few more instructions, links can bad and the answer looses its meaning, you could paste the image into your answer to improve it a bit more. Or give instructions on how to find the location where it needs to be entered. – htm11h Oct 11 '21 at 20:11
  • If you run a local Appium server the host should be just localhost - `http://localhost:4723/wd/hub` – maszter Oct 14 '21 at 14:25

1 Answers1

2

You can enter http://localhost:4723/wd/hub to connect to your local appium server in TestComplete (see attached image).

Connecting to local appium

For more info about running mobile tests w/TestComplete and Appium can be found here.

Lago
  • 21
  • 2