2

I've tried to run Mobile test from LeanFT using Mobile Center. However, when starting the test, getting "Invalid Appium Session" exception. Is there any way to overcome it?

Motti
  • 110,860
  • 49
  • 189
  • 262
Chief
  • 71
  • 2

1 Answers1

2

After investigation, this is an issue by LeanFT job session management, however you can have a workaround at MC side to overcome the “invalid Appium session” issue.

Please go to /connector/jetty/webapps/hp4m-connector/WEB-INF/classes/application.properties Change below value appium.timeouts.sendAndReceive.minimumInSeconds=30000

Restart MC service and LeanFT runtime engine, then rerun your test, it would work fine.

If you plug your device directly to MC server (embedded connector), the file path should be /server/jetty/webapps/hp4m-connector/WEB-INF/classes/application.properties

Chief
  • 71
  • 2