Releases: droidrun/WebDriverAgent
Releases · droidrun/WebDriverAgent
v1.1.0
v1.0.0
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/audiocapturewhile a ReplayKit broadcast is active. - Low-latency touch input via
/mobilerun/actionsfor taps, swipes, long-presses, and multi-touch gestures. /mobilerun/statefor 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