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?
Asked
Active
Viewed 127 times
1 Answers
1
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 :)

dmle
- 3,498
- 1
- 14
- 22
-
This was running locally on my machine. – awesame Feb 25 '21 at 22:51