Kate Geld
Kate Geld

Reputation: 171

Can't start appium inspector and arc command from console

hej everybody. I'm new in appium, so excuse for obvious questions. I need start to test with Android device/emulator using appium. I have next configuration:

  1. AS 1.1.0

  2. Appium.app 1.3.5

  3. all necessary components from official site
  4. Genymotion 2.3.1

my Android settings enter image description here

my General settings enter image description here

when I check settings with launching doctor all fine

enter image description here

Launch server enter image description here

But when I launch Inspector I have an error enter image description here

run app with arc

I have the same error when launching arc from terminal like from this enter image description here

Can you explain me how to correctly use appium? How to run tests and where they should be written? Thanks a lot for any information.

Upvotes: 1

Views: 716

Answers (1)

Gaurav
Gaurav

Reputation: 1370

Follow this link to start your first test:

How to create in Eclipse and run your Appium test on the iOS device (not emulator) where app is installed prior to the execution of the test script?

Also, to run the Appium inspector you need to have your test in running stage OR you can use UIAutomatorViewer

Upvotes: 0

Related Questions