quizmediumHow does Appium actually drive a device?It exposes the W3C WebDriver protocol and delegates commands to the platform's own framework (UiAutomator2 on Android, XCUITest on iOS)It injects a native agent into the app process that manipulates views directlyIt controls the device purely through OS-level screen-coordinate automationIt compiles your test into a native Android/iOS test bundle and runs it on-deviceSubmit answer