Tag

WebDriverAgent

1 views collected around this technical thread.

Ctrip Technology
Ctrip Technology
Mar 22, 2024 · Mobile Development

Design and Implementation of the Cloud Touch Platform for Remote Mobile Device Control and Testing

The article presents the background, full‑scenario construction, core architecture, device‑pool strategy, remote iOS control via WebDriverAgent, screen‑sync using ffmpeg, streaming pipeline, data collection, and practical lessons of the Cloud Touch platform that enables unified remote testing and customer‑support workflows for mobile applications.

Cloud TouchFFmpegRemote Device Control
0 likes · 14 min read
Design and Implementation of the Cloud Touch Platform for Remote Mobile Device Control and Testing
360 Quality & Efficiency
360 Quality & Efficiency
Dec 24, 2021 · Mobile Development

Comparison of iOS Video Streaming Solutions for Remote Control

This article evaluates three iOS video streaming approaches—WebDriverAgent MJPEG, Apple ReplayKit, and QuickTime‑based QVH—by implementing prototypes, measuring latency, stability, and functionality, and presenting a detailed performance comparison to guide remote‑control applications.

Performance ComparisonQuickTimeRemote Control
0 likes · 6 min read
Comparison of iOS Video Streaming Solutions for Remote Control
转转QA
转转QA
May 8, 2019 · Mobile Development

iOS Remote Control Solution: Architecture, Technology Research, and Implementation Details

This article describes the research, design, and implementation of an iOS remote‑control system—including technology selection, architecture with WebSocket and WebDriverAgent, performance optimizations for screenshot and event handling, and future improvement plans—aimed at providing smooth, low‑latency device access through a browser.

Mobile DevelopmentPerformance OptimizationRemote Control
0 likes · 9 min read
iOS Remote Control Solution: Architecture, Technology Research, and Implementation Details
360 Quality & Efficiency
360 Quality & Efficiency
Apr 12, 2019 · Mobile Development

Using facebook-wda for iOS Automation: Installation, Basic API, and Custom Extensions

This article introduces the Facebook‑provided WebDriverAgent server for iOS, explains how to install and configure the lightweight python library facebook‑wda, demonstrates core API calls for device control and UI interaction, and shows how to extend the library with custom endpoints for advanced automation tasks.

WebDriverAgentautomationfacebook-wda
0 likes · 7 min read
Using facebook-wda for iOS Automation: Installation, Basic API, and Custom Extensions
360 Quality & Efficiency
360 Quality & Efficiency
Mar 1, 2019 · Mobile Development

iOS Multi-Device Remote Control Technique Using minicap and WebDriverAgent

This article presents a technical guide for implementing real‑time screen capture and control of iOS devices via a browser, detailing tool introductions, a preliminary solution, an optimized approach, and a comparative analysis of both schemes.

MinicapRemote ControlWebDriverAgent
0 likes · 8 min read
iOS Multi-Device Remote Control Technique Using minicap and WebDriverAgent
Baidu Intelligent Testing
Baidu Intelligent Testing
Jun 8, 2017 · Mobile Development

Remote Control of Non‑Jailbroken iOS Devices Using XCUITest and WebDriverAgent

This article explains how to leverage Apple’s XCUITest framework, private XCUIApplication APIs, and Facebook’s WebDriverAgent to implement a web‑based service that remotely controls non‑jailbroken iOS devices for automated testing without requiring device rooting.

MobileTestingRemoteControlWebDriverAgent
0 likes · 7 min read
Remote Control of Non‑Jailbroken iOS Devices Using XCUITest and WebDriverAgent
DevOps
DevOps
Apr 20, 2017 · Mobile Development

Overcoming iOS Automation Testing Challenges with Private APIs, xcodebuild, and Curl‑Driven WebDriverAgent

The article examines the difficulties of iOS automation testing for large-scale mobile applications, such as long feedback cycles, simulator limitations, and multi‑app scenarios, and proposes solutions using private Apple APIs, xcodebuild, and curl‑driven WebDriverAgent commands to overcome Instrument singleton constraints and improve test efficiency.

SimulatorWebDriverAgentappium
0 likes · 9 min read
Overcoming iOS Automation Testing Challenges with Private APIs, xcodebuild, and Curl‑Driven WebDriverAgent
转转QA
转转QA
Sep 11, 2016 · Mobile Development

Using ATX and WebDriverAgent for iOS Automation with Python

This article introduces ATX (AutomatorX) and Facebook's WebDriverAgent, explains how to set up the environment on macOS, write Python scripts to control iOS apps, and generate test reports, providing practical code examples and step‑by‑step guidance for mobile automation.

ATXWebDriverAgentautomation
0 likes · 8 min read
Using ATX and WebDriverAgent for iOS Automation with Python