awesame
awesame

Reputation: 94

What are some reasons that can cause screenshots to take a long time (10 seconds) in OpenTest/Appium?

Via OpenTest, Appium can appear to take quite a long time (about 10 seconds) to capture and save the image. What are some of the reasons this might be taking so long, and are there any solutions for this slowness?

screenshot of opentest log

Upvotes: 0

Views: 198

Answers (1)

dmle
dmle

Reputation: 3658

10 seconds sounds like "too much", but in general it is expected that 3rd party services work slower than running test on your local machine, especially for takeScreenshot/getPageSource operations. Multiple reasons:

  • adb performance issue
  • slow simulator
  • 3rd party service issue

Give it a run locally and compare, then contact service questioning why it takes 5x time more :)

Upvotes: 1

Related Questions