appium-inspector icon indicating copy to clipboard operation
appium-inspector copied to clipboard

feat request: show spinner over source instead of screenshot when viewing an MJPEG stream

Open krishtoautomate opened this issue 2 years ago • 5 comments

The problem

Mjpeg video mode is still showing loader when tap is called though it is video/screen cast image

Environment

  • I am running Appium Desktop version 2022.5.4.
  • I am on (pick one):
    • [ ] Mac

krishtoautomate avatar Jul 05 '22 13:07 krishtoautomate

the loader does show while the hierarchy is being refreshed. could that be what's happening?

jlipps avatar Jul 05 '22 23:07 jlipps

Yes thats correct. I think, video doesn't need refresh as it is live already. Only pagesource should be loaded.

krishtoautomate avatar Jul 05 '22 23:07 krishtoautomate

Sure, this issue can be converted into a feature request for the spinner to be shown over the source tree instead if we're in MJPEG mode

jlipps avatar Jul 06 '22 00:07 jlipps

also this feature works only if i run iproxy command in parallel in a terminal for mjpeg port

krishtoautomate avatar Jul 06 '22 21:07 krishtoautomate

that's expected. appium doesn't do anything special for real devices as far as port forwarding, I don't think.

jlipps avatar Jul 07 '22 03:07 jlipps

Feature has been added in version 2023.6.1. FYI @krishtoautomate

eglitise avatar Jun 11 '23 08:06 eglitise