Skip to content

v1.0.0

Choose a tag to compare

@Timo972 Timo972 released this 11 Jun 21:23
· 103 commits to master since this release
8102597

Mobilerun WebDriverAgent

This release is based on the latest upstream Appium WebDriverAgent master and adds mobilerun-focused support for faster, more responsive iPhone control.

What’s new

  • Live iPhone screen streaming over TCP with H.264/H.265 via /mobilerun/screencapture.
  • ReplayKit broadcast support on physical iOS devices for smoother 30-60 fps capture, with automatic fallback to screenshot-based
    capture when broadcast is not running.
  • App audio capture as Opus via /mobilerun/audiocapture while a ReplayKit broadcast is active.
  • Low-latency touch input via /mobilerun/actions for taps, swipes, long-presses, and multi-touch gestures.
  • /mobilerun/state for fast accessibility state reads using the same coordinate system as screen capture and touch actions.
  • Faster default automation behavior: quiescence waits, idle timeout, and animation cool-off are disabled by default for snappier
    sessions.

Notes

ReplayKit broadcast and app-audio capture require a physical iPhone. Simulators and tvOS continue to use the screenshot-based path where applicable.

Full Changelog: https://github.com/droidrun/WebDriverAgent/commits/v1.0.0