Skip to content

Releases: droidrun/WebDriverAgent

v1.1.0

12 Jun 15:20
1e2b46e

Choose a tag to compare

This release adds support for viewing Mobilerun WDA's Documents folder in the Files app.

What's Changed

  • feat(runner): expose Documents folder in the Files app by @Timo972 in #12

Full Changelog: v1.0.0...v1.1.0

v1.0.0

11 Jun 21:23
8102597

Choose a tag to compare

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