1

I am getting error while taking device screenshot from UI Automator viewer.

"Error taking device screenshot: EOF" error is getting display

enter image description here

Amol Pawar
  • 11
  • 1
  • 2
  • welcome to SO, please read [MCVE] , and provide full context to question, like what have you tried, any code samples , steps to reproduce, what steps you followed – Dev May 26 '19 at 07:43

1 Answers1

1
  1. First of all try shuting down the Appium Server or Appium Desktop as they might share the same ADB connection and cause malfunction of the software which relies on the connection. When you finish taking screenshots or inspecting UI hierarchy - start Appium again.
  2. Consider using alternative tool like

Dmitri T
  • 159,985
  • 5
  • 83
  • 133