0

I am able to run my appium python test script on my local appium server. But when I run it on AWS device farm it fails with following error in the log -

erro I made sure I provided an empty desired capabilities object to the driver. Please help me fix this.

TIA.

ZeroGraviti
  • 1,047
  • 2
  • 12
  • 28

1 Answers1

1

Switching from python 3.x to python 2.7.x seems to have resolved this issue.

ZeroGraviti
  • 1,047
  • 2
  • 12
  • 28